+ 2
SoloLearn Console Problem
I did my program with Visual Studio and my program uses the Windows console. So, when I take my code and want to put it on my SoloLearn profile, it does not compile because I'm using a System.Console.set_CursorVisible, so I'd like to know how to fix it thanks.
4 Respostas
+ 2
It'd be helpful to see the code
+ 1
...don't use Console.set_CursorVisible?
+ 1
But if I dont use it, my code doesn't compile. What I can do ?
0
My code is now public, but I will not leave it public all the time, because it's not a good code, it's only practice for me.