about
12/06/2022
CppModels Repo
CppModels Repository
Code examples for CppModels videos
Quick Status
1.0 Contents
All of the code here has been implemented using Visual Studio, so each item below has a visual studio project. Every one of them need the C++17 language option set. That should already be part of the project settings, but if something fails to compile, please check the language option.
-
Chapter1-Structure
Demonstration of code structure, discussed in the first video. -
Chapter6-PeopleHierarchy
Demonstration of class relationships, discussed in the fourth video. -
Chapter7-PointClass
Demonstration of templates, discussed in the sixth video. -
Chapter8-Display
Helper code, used for demos 1-3 above, but not discussed in the videos. -
Chapter8-TypeTraits
Helper code, used for demos 1-3 above, but not discussed in the videos.