Skip to content

Harvey-Ai/Cxx_learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cxx_learn

C++ training course, download it, type "make" and "./Tester". Hope you have a good journey in learning C++.

Content

  • UnInherited Class 【OO】
  • Class Storage 【Complier】
  • C function symbol 【Complier】
  • operator new & new operator 【Grammar】
  • singleton class 【OO】
  • string class 【Compound】
  • smart point 【OO】

How to Use

  • Download
  • Type "make" in the shell
  • Every knowledge has its tips comment in .h file, learn it and think about the output.
  • Type "./Tester", run the test case. Check if your thought is correct, if not return to previous step to think more until understand.

Directory arragement

include - One .h file consits one learning tip.
test: The learning tips' test cpp

About

For learning C++ language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published