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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
0
To get the whole line : string s; getline(cin,s);
6th Sep 2017, 10:45 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar