+ 1
C++, c# , graphical interface
Does Sololearn support C++ and C# GUI?
2 Risposte
+ 4
Bienvni Keba ,
sololearn playground does not support interactive gui apps because it executes code in a text-only console-based server environment.
+ 3
Sololearn Playground is web-based, so it doesn’t allow apps that need a window system.
If you want GUI in C++ or C#, you’ll need to install an IDE locally (like Visual Studio, Code::Blocks, Qt Creator).