Guide
cpp-exercises.md
C++ practice across terminal I/O, functions, arrays, classes, and polymorphism.
markdown
C++ Exercises
This page summarizes Nicolas Pereira’s C++ repository, which moves from console input to object-oriented programming.
Repository
- C-Exercices - C++ exercises across functions, arrays, matrices, classes, inheritance, and polymorphism.
Main Topic Areas
- Terminal input and output
- Conditionals and repetition
- Functions
- Arrays and matrices
- Classes and objects
- Constructors and overloads
- Inheritance and polymorphism
Representative Exercises
- Temperature conversion
- Product classification
- Area of geometric shapes
- ContaBancaria class
- Abstract geometry exercise
Technical Focus
- C++ language fundamentals
- Functions and data structures
- OOP, inheritance, and constructors
- Classroom problem solving in compiled code