Can someone explain simply what is an IDE? Thanks a lot!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!!! 😊😊

10th Aug 2018, 3:12 PM
HackLoad™
HackLoad™ - avatar
6 Answers
+ 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.
10th Aug 2018, 6:32 PM
Apple Blossom
Apple Blossom - avatar
+ 2
it stands for intergrated development environment and it is used to check syntax and help code
10th Aug 2018, 3:16 PM
Mootin Man
Mootin Man - avatar
+ 2
Thank you all! So Visual Studio is an IDE, right?
10th Aug 2018, 3:17 PM
HackLoad™
HackLoad™ - avatar
+ 1
visual studio is an IDE
10th Aug 2018, 3:19 PM
Mootin Man
Mootin Man - avatar
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..
10th Aug 2018, 7:12 PM
Vivek Kumar
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#.
11th Aug 2018, 5:44 AM
deepak sharma
deepak sharma - avatar