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

https://github.com/codeurzebs/ict-c-plus-plus

✔A little push for my friends from C++. Here is all the assignments I did in class. you can fork the repository and add your own.
https://github.com/codeurzebs/ict-c-plus-plus

ict-u oop solution-td

Last synced: 6 months ago
JSON representation

✔A little push for my friends from C++. Here is all the assignments I did in class. you can fork the repository and add your own.

Awesome Lists containing this project

README

          

# ICT-C-plus-plus
✔ICT- a discovery in object-oriented programming with c++

## Exercise And Solution C++ ICT-U

| Exercice pdf | Solution |
| -- | -- |
| Exercise1 | main.cpp |
| Projet du tabeau | main.cpp |
| Personne/Etudiant | main.cpp |
| [CarteBancaire](https://raw.githubusercontent.com/NGUENAZEBS/ICT-C-plus-plus/69ef40578921a4c35a9f823df05b6c2b318be703/ExercicePDF/compte%20bancaire.pdf) | [Client.cpp](https://github.com/NGUENAZEBS/ICT-C-plus-plus/blob/main/Solution/CarteBancaire/src/Client.cpp) -> [Client.h](https://github.com/NGUENAZEBS/ICT-C-plus-plus/blob/main/Solution/CarteBancaire/include/Client.h)
[Compte.cpp](https://github.com/NGUENAZEBS/ICT-C-plus-plus/blob/main/Solution/CarteBancaire/src/Compte.cpp) -> [Compte.h](https://github.com/NGUENAZEBS/ICT-C-plus-plus/blob/main/Solution/CarteBancaire/include/Compte.h)
[main.cpp](https://github.com/NGUENAZEBS/ICT-C-plus-plus/blob/main/Solution/CarteBancaire/main.cpp) |
| Forme Geo | Matrice.cpp |
| Point_col | FormeGeo.cpp |