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
- Host: GitHub
- URL: https://github.com/clementvidon/cpp_pool
- Owner: clementvidon
- Created: 2023-01-29T06:19:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T13:55:16.000Z (over 2 years ago)
- Last Synced: 2025-01-20T15:30:58.013Z (about 1 year ago)
- Topics: 42, 42born2code, 42cursus, 42paris, 42projects, 42school, cpp, cpp-pool, cpp98, encapsulation, oop, oop-principles, pedantic, piscine-cpp
- Language: C++
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)