+ 3
Can someone explain simply what is an IDE? Thanks a lot!!!
If someone could help me figure out what is an IDE by making a simple example or something else that would be helpful. Thanks a lot to everyone!!! 😊😊
6 Respostas
+ 4
Intergrated Development Enviroment.
An IDE is an advance form of a NotePad/Script Writer. While Writers can interpret syntax they cannot run code directly. An IDE enables code to be ran in real-time/after compiling and has more debugging features and tool add-ons.
Depending on what language your taking, you may want to try Code Blocks or Processing IDE first as its more visual and takes away *some* of the coding syntax requirement for beginners.
+ 2
it stands for intergrated development environment and it is used to check syntax and help code
+ 2
Thank you all! So Visual Studio is an IDE, right?
+ 1
visual studio is an IDE
0
ide stands for integrated develooment environment which generally a GUI program thats makes software development which is easily compilation and readable .for example : code blocks , x65_linux etc..
0
The Visual Studio integrated development environment (IDE) is a collection of development tools exposed through a common user interface. Some of the tools are shared with other Visual Studio languages, and some, such as the C# compiler, are unique to Visual C#.