Started to learn cpp, and noted my progress here. Learning Resource: Bilibili link: https://www.bilibili.com/video/BV1et411b73Z?p=1
basic knowledge and data structure in c/c++.
- int, string, bool
- if else
- while, for
- array
- function
- bubble sort
- pointer
- struct
- 头文件etc.
I used it to practice some simple functions, but deleted afterwards.
structure (head file, function defined in other files) used in projects.
A simple project using the basic knowledge learned previously.
通讯录管理系统功能如下:
- add a person:添加新人(姓名,性别,年龄,电话,住址),最多纪录1000人
- show contacts:显示通讯录中所有联系人信息
- delete person:按照姓名进行删除指定联系人
- find person:按照姓名输出联系人信息
- modify person:按照姓名更改联系人信息
- reset contacts:清空通讯录
- exit:退出程序
More core knowledge in C++.
(Keep updated...