60 likes | 83 Views
this presentation is about IDE and its importance in programming
E N D
IDE By Computer Geek
What is IDE? IDE: Integrated Development Environment . This allows programmer to debug, compile and read the code at the same place.
Example of IDE Picture shown above is the example of IDE which This is turbo C++.
Need of IDE? Makes coding easy by auto code formatting. Tons of Pre-build functions. shows error on the particular line. IDE allows you to see code documentation.
IDE names with Language Turbo C++: For C++ language. NetBeans: for Java language. PhpStrom: for PHP language. PyCharm: for Python Language.