What are the limitations of the codeplayground? Why do some code return no output when working fine on a PC. What should I avoid | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

2nd Jul 2017, 7:44 PM
[A^dr3w]
[A^dr3w] - avatar
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.)
3rd Jul 2017, 4:22 AM
Daniel Oliver
+ 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
2nd Jul 2017, 8:01 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
getc like function does not work in C++ either.
2nd Jul 2017, 8:16 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar