/Cplusplus-courseware-and-practices

Zhejiang University Weng Kai's C++ course.Because there was no courseware, I took a note by myself.

Primary LanguageC++MIT LicenseMIT

Cplusplus-courseware-and-practices

01the first C++ program.md

02what is an object.md

03object oriented programming.md

04ticket machine.md

05the header files.md

06clock display.md

07-08fields,parameters,local variables.md

09constructor and destructor.md

10aggregate initialization.md

11new and delete.md

12setting limits.md

13initialization vs. assignment.md

14composition.md

15inheritance.md

16employee and manager.md

17function overloading and default arguments.md

18inline.md

19-20const.md

21references.md

22upcasting.md

23polymorphism.md

24virtual.md

25references2.md

26-27the copy constructor.md

28static object.md

29static members.md

30operators you can't overload.md

31the prototypes of operators.md

32assignment operator.md

33type conversions.md

34-35templates.md

36-37-38exceptions.md