about
12/06/2022
CppModels Repo
Key Commands | |
Esc | toggle menus |
R | Refresh |
N | Next Page |
P | Prev Page |
B | Back |
F | Forward |
T | scroll to top |
E | scroll to end |
H | Home |
M | SiteMap |
X | Explorer |
S | page sections |
K | keys |
A | about |
I | increase font 22px |
U | page up |
D | page down |
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.