0

Can only get one cin user input to appear and not multiple as they should

Whenever I need to get a value using cin and it involves having the user(well I guess that'd be me) enter MULTIPLE values. like one pops up and then another is supposed to after they input a value, and then another ... you get it. but only one ever pops up It just asks me for one input instead of multiple and it drives me mad. Is this possibly some limitation on the text editor itself? since it's happening on multiple "try It yourself" examples, they don't work from the start.

17th Nov 2016, 6:08 AM
Matt James
Matt James - avatar
2 Answers
+ 5
playground compiler is online, it does not compile your code here. It read code line normal text and then search your input code like cin is input code in c++. Then it pop up a box and take input send your input and code to compiler as sequence and than send you a output. You should use cppdroid or other offline c++ compiler. Also they can create that type of app. But there is nothing like this. use offline compilers.
17th Nov 2016, 6:24 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
0
true ya, so handy if I could do the tests in here lol.
17th Nov 2016, 12:16 PM
Matt James
Matt James - avatar