Skip to content

Commit c5a80f8

Browse files
authored
Create README.md
1 parent 8ff666e commit c5a80f8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# CPP-Exercises
2+
3+
Target: OOP Programming
4+
5+
This Project consists of many subprojects, whose goal is to establish and instantly deepen your basis in C++ Object-Oriented programming concepts.
6+
The Subprojects aims to develop my skillset in the following areas:
7+
CPP00: Namespaces, classes, member functions, stdio streams, initialization lists, static/const, and other basic stuff. Introductory Subproject.
8+
9+
CPP01: C++ style memory allocation, pointers to members, references. Introductory 2.0.
10+
11+
CPP02: AD-hoc polymorphism, operator overloading and Orthodox Canonical class form (Constr/Destr/Copy/Overl. Assignment Operator)
12+
13+
CPP03: Inheritance
14+
15+
CPP04: Subtype Polymorphism, Abstract Classes, Interfaces
16+
17+
CPP05: Repetition and Exceptions
18+
19+
CPP06: C++ style Casts
20+
21+
CPP07: C++ Templates
22+
23+
CPP08: Templated Containers, Iterators, Algorithms <UNDER CONSTRUCTION>

0 commit comments

Comments
 (0)