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.
- Host: GitHub
- URL: https://github.com/codeurzebs/ict-c-plus-plus
- Owner: codeurzebs
- License: gpl-3.0
- Created: 2023-03-23T06:48:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T21:53:34.000Z (over 2 years ago)
- Last Synced: 2025-02-18T01:40:16.188Z (9 months ago)
- Topics: ict-u, oop, solution-td
- Language: C++
- Homepage:
- Size: 1.02 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |