1
0
Fork 0
mirror of https://codeberg.org/DansLeRuSH/c-plus-plus-exercises.git synced 2024-05-18 08:14:57 +00:00
Commit graph

39 commits

Author SHA1 Message Date
Franck ALBARET 13e9a080fc Create LICENSE.md 2019-03-13 11:01:12 +00:00
Franck ALBARET 87f12c39ee Compilation of all previous exercises (with a menu) 2018-10-23 06:14:44 +00:00
Franck ALBARET 9364306655 Display the time 2018-10-23 06:11:08 +00:00
Franck ALBARET 2bfab43c8f Average of 3 numbers 2018-10-23 06:07:06 +00:00
Franck ALBARET 7a7c07ebbe Average of 3 numbers 2018-10-23 06:06:42 +00:00
Franck ALBARET 9d46950a77 Display the maximum on several entered numbers 2018-10-22 07:34:38 +00:00
Franck ALBARET 71c946ea01 Display the maximum on several entered numbers 2018-10-22 07:33:54 +00:00
Franck ALBARET 815f75897d Convert a binary number (1 byte) to decimal 2018-10-22 07:31:02 +00:00
Franck ALBARET 406f5787a1 Is it a prime number ? 2018-10-22 07:25:36 +00:00
Franck ALBARET f122bb0895 Is it a prime number ? 2018-10-22 07:25:07 +00:00
Franck ALBARET 27b881a5bb Enter and display a string of characters 2018-10-22 07:23:30 +00:00
Franck ALBARET 5f2779d0aa Count the number of 'a' in a string 2018-10-22 07:22:13 +00:00
Franck ALBARET 9ce46aec8f Count the number of 'a' in a string 2018-10-22 07:17:51 +00:00
Franck ALBARET 899f80447e Even or odd number ? 2018-10-22 07:03:54 +00:00
Franck ALBARET 86aa46427a Display the greater / lower of two numbers 2018-10-22 07:03:27 +00:00
Franck ALBARET 56e36351c6 Even or odd number ? 2018-10-22 07:02:32 +00:00
Franck ALBARET 6e3fc41ca1 Update README.md 2018-10-19 14:00:19 +00:00
Franck ALBARET 44c421d708 Update README.md 2018-10-19 13:57:56 +00:00
Franck ALBARET ebc57183c2 Update README.md 2018-10-19 13:57:01 +00:00
Franck ALBARET 6e6f47aceb Display the greater / lower of two numbers 2018-10-19 13:54:52 +00:00
Franck ALBARET 12195d5728 Displays the greater/lower of two numbers 2018-10-19 13:54:06 +00:00
Franck ALBARET 225e4ca706 Update README.md 2018-10-19 13:29:19 +00:00
Franck ALBARET 72c6a271d5 Update README.md 2018-10-19 13:28:23 +00:00
Franck ALBARET 69f3c0080d Update README.md 2018-10-19 13:22:34 +00:00
Franck ALBARET a36ad5f71f Update README.md 2018-10-19 13:21:54 +00:00
Franck ALBARET 01bd8aaa27 Averaging two numbers 2018-10-19 12:52:51 +00:00
Franck ALBARET 6b780fbedc Averaging two numbers 2018-10-19 12:52:27 +00:00
Franck ALBARET 849ee8151a Delete EX03_moyenne_2_nombres.cpp 2018-10-19 12:52:05 +00:00
Franck ALBARET 85ce74d976 Averaging two numbers 2018-10-19 12:51:25 +00:00
Franck ALBARET 6dcbeb9cf1 Convert an integer to decimal, octal and hexadecimal 2018-10-19 12:46:42 +00:00
Franck ALBARET 5ce3e38153 Delete EX02_conversion_entier.cpp 2018-10-19 12:46:16 +00:00
Franck ALBARET bac9c8cf86 Convert an integer to decimal, octal and hexadecimal 2018-10-19 12:45:20 +00:00
Franck ALBARET d42e6068ed Display the size in memory of a variable 2018-10-19 12:40:02 +00:00
Franck ALBARET 8456db70af Delete EX01_taille_memoire_variable.cpp 2018-10-19 12:39:41 +00:00
Franck ALBARET 8189d48c58 Enter, calculate and display the size of a variable in memory 2018-10-19 12:38:55 +00:00
Franck ALBARET 051a21c0b1 Delete EXO-01_taille_memoire_variable.cpp 2018-10-19 12:38:14 +00:00
Franck ALBARET 8f0e3fb74e Enter, calculate and display the size of a variable in memory 2018-10-19 12:37:58 +00:00
Franck ALBARET 0347383e48 Program for entering, calculating and displaying the size of a variable in memory 2018-10-19 12:37:04 +00:00
Franck ALBARET 1aa39ee49a Initial commit 2018-10-19 12:21:43 +00:00