This folder contains some exercises I solved using the C++ programming language.
- Basic example of Arrays and Matrices
- The ATM problem
- Basic SDL program
- Binary file I/O
- Binary tree implementation
- Hello World
- Inheritance example
- 1D game draft
- 2D game draft
- Loading bar with sleep (Unix/Linux only)
- Function that returns pointer to instance
- Basic example of pointers
- Basic example of polymorphism
- Reversing a string using pointers
- Implementation of a Ring data structure
- Basic static members example
- STL Vector example
- String concatenation with stringstream
- Two Sum Problem (Brute Force)
- Basic class example
- Basic class example (with initialization lists)
The basicGame folder refers to the base code for the TreasureQuest CLI mini game project.