1
0
Fork 0
mirror of https://codeberg.org/DansLeRuSH/c-plus-plus-exercises.git synced 2024-11-21 11:18:07 +00:00
Series of exercises in C++ that I had done during my studies a "few" years ago ;')
Find a file
2018-10-22 07:22:13 +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
EX04_plus_petit_plus_grand_nombre.cpp Display the greater / lower of two numbers 2018-10-22 07:03:27 +00:00
EX05_nombre_pair_ou_impair.cpp Even or odd number ? 2018-10-22 07:03:54 +00:00
EX06_compter_les_a.cpp Count the number of 'a' in a string 2018-10-22 07:22:13 +00:00
README.md Update README.md 2018-10-19 14:00:19 +00:00

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

While cleaning up my archives (and old documents), I came back to this series of small 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 for history ;)

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