Skip to content

JamieLL/cpp_beginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_beginner

Started to learn cpp, and noted my progress here. Learning Resource: Bilibili link: https://www.bilibili.com/video/BV1et411b73Z?p=1

MyFirstProject

01 basic.cpp

basic knowledge and data structure in c/c++.

  • int, string, bool
  • if else
  • while, for
  • array
  • function
  • bubble sort
  • pointer
  • struct
  • 头文件etc.

02 practice.cpp

I used it to practice some simple functions, but deleted afterwards.

03 definefunc.cpp + func.h

structure (head file, function defined in other files) used in projects.

Proj01_Contacts

A simple project using the basic knowledge learned previously.

通讯录管理系统功能如下:

  1. add a person:添加新人(姓名,性别,年龄,电话,住址),最多纪录1000人
  2. show contacts:显示通讯录中所有联系人信息
  3. delete person:按照姓名进行删除指定联系人
  4. find person:按照姓名输出联系人信息
  5. modify person:按照姓名更改联系人信息
  6. reset contacts:清空通讯录
  7. exit:退出程序

CoreCpp

More core knowledge in C++.

(Keep updated...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages