+ 1

C++, c# , graphical interface

Does Sololearn support C++ and C# GUI?

12th Sep 2025, 6:53 PM
Bienvni Keba
Bienvni Keba - avatar
2 Respuestas
+ 4
Bienvni Keba , sololearn playground does not support interactive gui apps because it executes code in a text-only console-based server environment.
12th Sep 2025, 7:11 PM
Lothar
Lothar - avatar
+ 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).
12th Sep 2025, 8:53 PM
Alex Bright Chizaram
Alex Bright Chizaram - avatar