0
What is an IDE?
i know its an integrated development enviroment but whats its use? give some examples. is it like for creating programs?
6 Answers
+ 3
it's possible to write any program using just your favorite text editor, but using an IDE makes it easier by doing things like highlighting syntax errors, giving autocomplete suggestions, and letting you compile, run, and step through it using a debugger all within the same program (hence "integrated")
+ 1
text editor means simply, "a program that edits text". on Windows, notepad is an example of this.
+ 1
theoretically, you can write apps in any text editor, but using an IDE will typically make it easier by providing a preview of what the app will look like as you make graphical changes, as well as allowing debugging as mentioned before.
0
what is text editor?
0
can i create apps with it? example.