+ 3
What are the limitations of the codeplayground? Why do some code return no output when working fine on a PC. What should I avoid
What are the limitations of the code playground? Why do some codes return no output when they Are working fine on the PC? Are there any parts of a code that should be avoided to ensure smooth running of the code in the playground?
3 Answers
+ 3
Has anyone found a visible SoloLearn document for this topic? Otherwise folks are just accumulating personal anecdotes and speculation.
While discovery and sharing are part of the learning model, Sololearn should be providing some basic details about their platform. I've yet to locate any official FAQ which even highlights the differences between the web based sololearn.com vs the iOS apps vs the Android Apps. (If you haven't looked, the differences are substantial.)
+ 1
For C++, memory manipulation do not work fine.
In a structure, each attributes are supposed to be stored contiguously but it seems it is not the case. I tried to use it in the code below (which work fine on CppDroid and Compiler, two C++ compiler's apps) and it made unwanted behavior in the code playground.
https://code.sololearn.com/ctaBYdlTM5rP/?ref=app
+ 1
getc like function does not work in C++ either.