CSDIY:这是一个非科班学生的努力之路,从今天开始这个系列会长期更新,(最好做到日更),我会慢慢把自己目前对CS的努力逐一上传,帮助那些和我一样有着梦想的玩家取得胜利!!!
第一弹:Cpp零基础学习【30 DAYS 从0到1】
第二弹:Cpp刷题文档【LeetCode】
第三弹:Go开发入门【字节后端青训营】
第四弹:Cpp简单项目开发【黑马Rookie】
github仓库:https://github.com/Rain0832/Rookie_Cpp_Projet
项目思路来源与实际源码来源均为黑马程序员Cpp教程。
适用于已经有C语言基础的学习者参考(在过一遍Cpp语法后可直接上手),学习曲线较为平缓,学习完项目之后会对Cpp的基本语法,Cpp构建函数析构函数等知识点以及工程开发管理有初步了解,但本过程暂未涉及到Cpp深层次技术栈的使用,不建议有经验的开发人员使用。
本项目仅供个人学习使用,任何没有标明出处的转载或商业化行为将被认为是不受欢迎的。
下面为项目简介[中/英]
Rookie_Cpp_Projet
My Rookie Cpp Project, total for 3.
Project 1:
- Employee Management System**(EMS)**
- The specific implementation ideas are in the readme file in the Project_1 folder
- The specific code is in the Project_1 folder
- Editor version: Visual Studio 2022 Community Edition
The last update | Date ( MM / DD / YYYY ) |
---|---|
add the file copyright information | 10 / 02 / 2024 |
Project 2:
- Speech Contest Management System**(SCMS)**
- The specific implementation ideas are in the readme file in the Project_2 folder
- The specific code is in the Project_2 folder
- Editor version: Visual Studio 2022 Community Edition
The last update | Date ( MM / DD / YYYY ) |
---|---|
upload and maintain the codes | 10 / 03 / 2024 |
Project 3:
- Computer Room Reservation System**(CRRS)**
- The specific implementation ideas are in the readme file in the Project_3 folder
- The specific code is in the Project_3 folder
- Editor version: Visual Studio 2022 Community Edition
The last update | Date ( MM / DD / YYYY ) |
---|---|
upload and maintain the codes | 10 / 04 / 2024 |
Rookie_Cpp_Projet
我的 Rookie Cpp 项目,共 3 个。
项目 1:
- 员工管理系统。
- 具体实现思路在Project_1文件夹下的 readme 文件中。
- 具体代码在Project_1文件夹下。
- 编辑器版本:Visual Studio 2022 社区版。
最后更新 | 日期 ( MM / DD / YYYY ) |
---|---|
添加文件版权信息 | 2024 / 10 / 02 |
项目 2:
- 演讲比赛流程管理系统。
- 具体实现思路在 Project_2 文件夹下的 readme 文件中。
- 具体代码在 **Project_2 **文件夹下。
- 编辑器版本:Visual Studio 2022 社区版。
最后更新 | 日期 ( MM / DD / YYYY ) |
---|---|
上传文件和维护代码 | 2024 / 10 / 03 |
项目 3:
- 机房预约系统。
- 具体实现思路在 Project_3 文件夹下的 readme 文件中。
- 具体代码在 Project_3文件夹下。
- 编辑器版本:Visual Studio 2022 社区版。
最后更新 | 日期 ( MM / DD / YYYY ) |
---|---|
上传文件和维护代码 | 2024 / 10 / 04 |
>说明: 项目主要是在2024年10月国庆期间完成,期间代码调试数次,得到的反馈结果均为良好,也是博主个人的启蒙项目,最后,祝各位能成功编译,编译永远一遍过。