An open API service indexing awesome lists of open source software.

https://github.com/clementvidon/cpp_pool

[documented code / -pedantic -std=c++98] - This project aims to familiarize with the syntax of the CPP as well as the basics of the OOP
https://github.com/clementvidon/cpp_pool

42 42born2code 42cursus 42paris 42projects 42school cpp cpp-pool cpp98 encapsulation oop oop-principles pedantic piscine-cpp

Last synced: about 1 month ago
JSON representation

[documented code / -pedantic -std=c++98] - This project aims to familiarize with the syntax of the CPP as well as the basics of the OOP

Awesome Lists containing this project

README

          

# C++ POOL

This project aims to familiarize with the syntax of the CPP as well as the
basics of the OOP. It is also a personal reference for the standard and "best
practices" that I was able to discover and choose along the way starting with
the greatest possible respect for the principle of encapsulation which
translates, among other things, into the most restricted use possible (within
the limits of the instructions imposed by the exercises) of **getters and
setters**.

- [**Subjects**](https://github.com/0bada1/42-Subjects)