100 c++ programs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

100 c++ programs

Hey everyone I'm a computer engineering student and I just started learning c++ I have to write 100 c++ simple programs ( like calculator and stuff ) I want you to guide me what would the programs do Thanks 😊

22nd Mar 2019, 2:42 AM
Madmad_z
Madmad_z - avatar
5 Answers
+ 6
do you want like ideas? sololearn has lots of challenges that you could solve, stuff like finding anadromes, pig latin, gapful numbers, etc
22nd Mar 2019, 3:26 AM
Kav
Kav - avatar
+ 6
A program that converts between different units of measurement such as from kilograms to pounds; another to see if a given number is prime; a simple calculator application like you mentioned etc.
22nd Mar 2019, 3:46 AM
Sonic
Sonic - avatar
+ 2
You can make programs of 1.Basic Arithimatic Operation 2.Area,Perimeter,Volume,Diagonal 3.Conversion of units 4.basic program of c/c++ concepts like look,conditional,array,pointeretc
24th Mar 2019, 11:42 AM
Ritik Malviya
Ritik Malviya - avatar
+ 2
You can consider these ideas....: 1. Simple arithmetic ones Sum,finding area 2. Finding factorial 3. Conversion of temperature 4. Swapping of variables With a third variable Without a third variable Then you can move on to array functions... 5. Loops-for,do,while with break,continue,goto statements 6. Switch case 7. Simple designs 8. Expressions including variables and operators 9. Searches - binary 10. Sorting - bubble,selection,insertion And some including double matrices: 11. Sum of diagonals 12. Sum of a row 13. Adding two matrices And furthermore you can wrote some class functions and stack and queue implementations Hope that helps:-)
29th Mar 2019, 3:37 PM
nikita mishra
nikita mishra - avatar
- 1
Follow me to learn c++
23rd Mar 2019, 1:14 PM
Anonymous Hackers
Anonymous Hackers - avatar