If I'm making a code for arithematic calculator in c++ then there is a question how should I submit input so thatitgetstheoutput | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

If I'm making a code for arithematic calculator in c++ then there is a question how should I submit input so thatitgetstheoutput

Ian unable to give the input to my programme

6th Sep 2017, 7:15 AM
sandhya
sandhya - avatar
1 Answer
0
To get the whole line : string s; getline(cin,s);
6th Sep 2017, 10:45 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar