Commit Graph

11 Commits

Author SHA1 Message Date
Serendipity 12412b3864 更新结构体实现插入元素程序:将strtol改为scanf输入方式 2025-10-10 21:05:29 +08:00
Serendipity af63d6c2c9 重新排列数组操作程序的菜单和函数顺序
- 将菜单选项按照插入、删除、修改、查找、排序的顺序重新排列
- 调整函数定义顺序与菜单选项保持一致
- 在每个操作前添加显示当前数组状态的功能
- 优化用户体验,使操作更加直观
2025-10-09 22:16:13 +08:00
Serendipity 247f41ff87 添加Gobang-Game项目推荐链接到README 2025-10-09 20:55:49 +08:00
Serendipity 91e3438bfb 更新README文档,添加GitHub链接和完善项目结构描述 2025-10-09 20:49:27 +08:00
Serendipity 5b7eccf414 修复编译警告:移除main函数未使用的argc参数 2025-10-09 20:24:52 +08:00
Serendipity 127ecdab8f Update C code projects and configurations 2025-08-04 13:00:16 +08:00
Serendipity c9e57b4d41 Update README: Add linked list delete and clear operations to chapter 13 2025-07-20 22:53:06 +08:00
Serendipity ac374e89bf Add new linked list operations: delete and clear functions 2025-07-20 22:51:19 +08:00
Serendipity 4f7a07025a 添加VS Code C++开发配置文件,包括c_cpp_properties.json、launch.json、settings.json和tasks.json 2025-07-20 22:31:52 +08:00
Serendipity ff7758924f Add comprehensive README documentation for C learning repository 2025-07-20 16:43:53 +08:00
Serendipity 06e24173a6 Initial commit: C language learning code 2025-07-20 16:30:56 +08:00