Pekka Helenius ab0ac27483 | 4 years ago | |
---|---|---|
1_fundamentals | 4 years ago | |
2_classes-and-methods | 4 years ago | |
3_creating-class | 4 years ago | |
4_pointers-vars-and-memory-handling | 4 years ago | |
5_object-lifetime | 4 years ago | |
6_uml-principles | 4 years ago | |
7_class-relations | 4 years ago | |
8_inheritance | 4 years ago | |
9_shallow-and-deep-copy | 4 years ago | |
README.md | 4 years ago |
C++ fundamentals through coding exercises.
Contents of this repository are based on C++ programming course material provided by Metropolia University of Applied Sciences.
NOTE: Assignments and their descriptions are in Finnish for meanwhile. I have a plan to translate them to English.
NOTE: In real world, class declarations should always be done in header files. These assignments are quite simple and used single cpp
files including all code required for programs.
for
& while
loopPointers, reference variables and memory handling