Series of exercises in C++ that I had done during my studies a "few" years ago ;')
Go to file
Franck ALBARET 13e9a080fc Create LICENSE.md 2019-03-13 11:01:12 +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
EX07_afficher_texte.cpp Enter and display a string of characters 2018-10-22 07:23:30 +00:00
EX08_nombre_premier.cpp Is it a prime number ? 2018-10-22 07:25:36 +00:00
EX09_binaire_en_decimale.cpp Convert a binary number (1 byte) to decimal 2018-10-22 07:31:02 +00:00
EX10_max_sur_plusieurs_nombres_saisis.cpp Display the maximum on several entered numbers 2018-10-22 07:34:38 +00:00
EX11_moyenne_3_nombres.cpp Average of 3 numbers 2018-10-23 06:07:06 +00:00
EX12_afficher_heure.cpp Display the time 2018-10-23 06:11:08 +00:00
LICENSE.md Create LICENSE.md 2019-03-13 11:01:12 +00:00
MENU_BEST_OF.cpp Compilation of all previous exercises (with a menu) 2018-10-23 06:14:44 +00:00
README.md Update README.md 2018-10-19 14:00:19 +00:00

README.md

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 ;)