What is console | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is console

19th Dec 2019, 9:05 AM
Danial Faiz
Danial Faiz - avatar
4 Respostas
+ 4
Xyenia šŸ¦‰ is being funny :) Idk definitions, but I can give examples: in windows, a console window is that black window that opens when you run cmd (you know: Start->Run (or Win-R), type 'cmd' and press Enter (or click Ok). Programs that open in such a window are called console programs - they don't have a GUI (Graphical User Interface). In C# it means you make such a program (that doesn't have a Form to display). On Sololearn only web codes can have a GUI, the rest of the languages afaik can only make console programs.
19th Dec 2019, 10:08 AM
Selin Genkur
+ 2
Console is when you comfort someone in times of sorrow.
19th Dec 2019, 9:11 AM
Xyenia šŸ¦‰
Xyenia šŸ¦‰ - avatar
+ 2
Yes. A console is usually like an output window, that shows the output of your code after runtime. The console can display the desired and intended result but also errors in your code. Your console actually does console you. :) It is your friend in programming.
19th Dec 2019, 12:26 PM
Xyenia šŸ¦‰
Xyenia šŸ¦‰ - avatar
+ 1
i get it now thanks a lot guysā˜ŗ
19th Dec 2019, 3:26 PM
Danial Faiz
Danial Faiz - avatar