As C is a programming language, practicing the programs while learning is a very good habit, which turns out into efficient learning. Thus before entering into course let’s take a quick guide on famous editors and compilers available to create, edit and decode C program.
EDITOR:
But what is an IDE?
EDITOR:
- Editor is the one in which we write or edit the C code. Ex: Notepad, Notepad++ , vim, gedit, edit plus etc.
- A compiler is a program that reads a program written in one language (called the source language) and translates it into an equivalent program in machine level language
- The compiler also reports to its user the presence of errors in the source program so that user can re-edit the source program and compile it once again.
- Some examples of C compilers are GCC, Clang, Intel C. Famous and most widely used Compiler is GCC . And we also have Turbo C, Borland C IDE’s with inbuilt compiler.
But what is an IDE?
- IDE is Integrated Development Environment – combination of editor, compiler, debugger, libraries, flash utilities etc. Some IDE’s also have interpreter.
- Some IDE’s like Code Blocks , Net Beans, CodeLite, Eclipse CDT and Microsoft Visual Studio , etc. are available for download.
No comments:
Post a Comment