0
Continuous input
Hi does anyone know how to have a continuous input in this app I want to give the input while the program is running
8 Answers
+ 1
Amr Hadaki same is with me I would recommend you to download some extra app which can compile C++ and has a runtime Interface
+ 4
this is not supported on app
+ 1
I don't want to say you can't in the playground, because I don't know the limits of it, but I can say I don't see the value in writing that code when I can compile it myself and not have the input limitations of this app
+ 1
I only use this app when i cant access my pc soâŠ
+ 1
It is possible on computer not mobile
+ 1
It is not possible⊠sololearn should add it
+ 1
In sololearn all the inputs are given before the start of the program.. multiple inputs are written in new lines
0
You can use threading for this. https://www.geeksforgeeks.org/multithreading-in-cpp/