1
0
Fork 0
mirror of https://codeberg.org/DansLeRuSH/c-plus-plus-exercises.git synced 2024-11-21 19:18:08 +00:00
Series of exercises in C++ that I had done during my studies a "few" years ago ;')
Find a file
2018-10-19 13:22:34 +00:00
EX01_taille_memoire_variable.cpp Display the size in memory of a variable 2018-10-19 12:40:02 +00:00
EX02_conversion_entier.cpp Convert an integer to decimal, octal and hexadecimal 2018-10-19 12:46:42 +00:00
EX03_moyenne_2_nombres.cpp Averaging two numbers 2018-10-19 12:52:51 +00:00
README.md Update README.md 2018-10-19 13:22:34 +00:00

Please do what you want !! ( ⌒o⌒)人(⌒-⌒ )v

While cleaning up my archives (and old documents), I came back to this series of exercises in C++ that I had done during my studies.

Having no use for it, I thought it might be of interest to someone ... at least historically ;)

Please note that the texts and comments of the programs are in french but I will make a small translation in the comments of the commits ;)