when the compiler will improve? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

when the compiler will improve?

often it can not be used or difficult. I'm talking about c ++. As far as web coding is concerned, it's good https://code.sololearn.com/cVb4k3BVkI0i/?ref=app https://code.sololearn.com/c97M8Eb80ZoF/?ref=app

26th Feb 2018, 11:37 PM
Jusuf Hasic
Jusuf Hasic - avatar
7 Answers
+ 7
That's what I thought you meant but wasn't sure. As @lpang explained👍, that's how online compilers work, the code and all the inputs must be sent to the server to be compiled and return the output. This is actually a common question, for more info you can visit the thread below where I've provided an extended answer 😊 https://www.sololearn.com/discuss/711295/?ref=app
27th Feb 2018, 4:53 PM
Pao
Pao - avatar
+ 5
What do you mean with "it cannot be used or difficult"?
27th Feb 2018, 9:17 AM
Pao
Pao - avatar
+ 4
@Jusuf Hasic, if you're talking interactive input than that's not possible, this is how SoloLearn Code Playground works, it collects all the input along with the code then send them to the server to compile, afterwards, despite of success or failure, the code outputs will then be returned to this app, IIRC CppDroid is not an online compiler so we cannot compare CppDroid with Code Playground, they clearly work in different ways : ) Cmiiw
27th Feb 2018, 2:28 PM
Ipang
+ 1
do you mean the sololearn compiler? there a limits that are not found in a normal compiler because it is shared amongst the community
27th Feb 2018, 9:56 AM
Daemo
Daemo - avatar
+ 1
to enable user input when the program is running. as in cppdorid. if I make a quiz it makes no sense because the user can only enter data once
27th Feb 2018, 1:02 PM
Jusuf Hasic
Jusuf Hasic - avatar
0
Thank you, I did not know that. It would be good if the coder with c ++ has more options ☺
27th Feb 2018, 3:16 PM
Jusuf Hasic
Jusuf Hasic - avatar
0
That's it 👍
27th Feb 2018, 5:14 PM
Jusuf Hasic
Jusuf Hasic - avatar