Is there still need to go the native way | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Is there still need to go the native way

in the world of IDEs, do we still need to go the native command prompt way?

13th Sep 2017, 8:37 PM
Fabusuyi Ayodeji
4 Antworten
+ 2
The command prompt is great, you can have 20 instances of your program open. In IDEs you either can't or it's cumbersome.
13th Sep 2017, 9:39 PM
Schindlabua
Schindlabua - avatar
+ 1
You do not need to use the command prompt if you can complile via your IDE.
13th Sep 2017, 8:48 PM
josh mizzi
josh mizzi - avatar
+ 1
There is no need. But it is the fastest way of getting you coding and focus on code not UI. In winforms you can work with button_click and listbox. But before you have explained everything it takes some time.
13th Sep 2017, 9:39 PM
sneeze
sneeze - avatar
0
@schindlabua, you can actually have that too on ur IDE
13th Sep 2017, 11:39 PM
Fabusuyi Ayodeji