C++ fundamentals through coding exercises
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Pekka Helenius ab0ac27483 Add content 4 years ago
1_fundamentals Add content 4 years ago
2_classes-and-methods Add content 4 years ago
3_creating-class Add content 4 years ago
4_pointers-vars-and-memory-handling Add content 4 years ago
5_object-lifetime Add content 4 years ago
6_uml-principles Add content 4 years ago
7_class-relations Add content 4 years ago
8_inheritance Add content 4 years ago
9_shallow-and-deep-copy Add content 4 years ago
README.md Add content 4 years ago

README.md

C++ basics

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.

Contents