0
C-Sharp Decoding
Out of curiosity, how does the language of C-Sharp decode here within these SoloLearn application? Is it similar to C Plus Plus in being a console application or could it be the same as running Windows form from Visual Studio? PS: I took the course on C-Sharp and C Plus Plus here on SoloLearn about three months ago and I achieve the certificates for both languages. I believe both languages for just console based.
3 Answers
+ 2
Now that I think about it, I believe I answered my own question since Visual Studio runs on Windows and the application is made specifically for a Windows Form application; it wouldn't be able to execute in the same way. However, I could be wrong... I would still love to hear what sololearn users have as an answer for this question. If possible even you could share your experiences with me here as well thank you in advance.
+ 2
Here, you can just see the console output of your C# app and you can't use anything but the standard library and you must give the whole input before the app runs.
+ 1
Timon PaĂlick Thank you for your input.