+ 2
Text design in C#
using System; namespace SoloLearn { class Program { static void Main(string[] args) { Console.ForegroundColor = ConsoleColor.Blue; Console.Write("hi"); } } } Why that text isn’t blue? But In VS Professional Edition It is blue!
4 Respostas
+ 5
Daniil Pivovarov yes Sololearn has a limited sandbox and certain headers and libraries are restricted.
+ 2
Same reason you cant get input in real time
Sololearn terminal is not an actual terminal
+ 2
You can't use any Gui modules in Sololearn since its compiler is a console application.
+ 1
Maybe Sololearn has not full C# IDE