+ 1
C++, c# , graphical interface
Does Sololearn support C++ and C# GUI?
2 Answers
+ 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).