Difference between revisions of "Integrated Development Environments"

From Armagetron
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Integrated Development Environment
 
 
 
Quote from Wikipedia:
 
Quote from Wikipedia:
 
:An '''integrated development environment''' ('''IDE'''), also known as '''integrated design environment''' and '''integrated debugging environment''', is a type of computer software that assists computer programmers to develop software.
 
:An '''integrated development environment''' ('''IDE'''), also known as '''integrated design environment''' and '''integrated debugging environment''', is a type of computer software that assists computer programmers to develop software.
 
:   
 
:   
:IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and (usually) a debugger. Sometimes a version control system and various tools to simplify the construction of a GUI are integrated as well. Many modern IDEs also integrate a class browser, an object inspector and a class hierarchy diagram, for use with [[object oriented]] software development. Although some multiple-language IDEs are in use, such as the Eclipse IDE, NetBeans or Microsoft Visual Studio, typically an IDE is devoted to a specific programming language, as in the Visual Basic IDE.
+
:IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and (usually) a debugger. Sometimes a version control system and various tools to simplify the construction of a GUI are integrated as well. Many modern IDEs also integrate a class browser, an object inspector and a class hierarchy diagram, for use with object oriented software development. Although some multiple-language IDEs are in use, such as the Eclipse IDE, NetBeans or Microsoft Visual Studio, typically an IDE is devoted to a specific programming language, as in the Visual Basic IDE.
 
 
  
 
== Links ==
 
== Links ==
Line 12: Line 9:
 
* http://www.codeblocks.org - Official Code::Blocks website
 
* http://www.codeblocks.org - Official Code::Blocks website
 
* http://msdn.microsoft.com/vstudio/ - Visual Studio IDE
 
* http://msdn.microsoft.com/vstudio/ - Visual Studio IDE
 +
 +
[[Category:General]]

Latest revision as of 12:55, 23 August 2021

Quote from Wikipedia:

An integrated development environment (IDE), also known as integrated design environment and integrated debugging environment, is a type of computer software that assists computer programmers to develop software.
IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and (usually) a debugger. Sometimes a version control system and various tools to simplify the construction of a GUI are integrated as well. Many modern IDEs also integrate a class browser, an object inspector and a class hierarchy diagram, for use with object oriented software development. Although some multiple-language IDEs are in use, such as the Eclipse IDE, NetBeans or Microsoft Visual Studio, typically an IDE is devoted to a specific programming language, as in the Visual Basic IDE.

Links