|
5 years ago | |
---|---|---|
1_fundamentals | 5 years ago | |
2_classes-and-methods | 5 years ago | |
3_creating-class | 5 years ago | |
4_pointers-vars-and-memory-handling | 5 years ago | |
5_object-lifetime | 5 years ago | |
6_uml-principles | 5 years ago | |
7_class-relations | 5 years ago | |
8_inheritance | 5 years ago | |
9_shallow-and-deep-copy | 5 years ago | |
README.md | 5 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