Coding Beyond Technology..

Friday, 22 May 2015

About Dev C++

Dev C++ - Developer C++ is an advanced C++ IDE ( Integrated Development Environment) which has some xtra advanced faetures as compared to other IDEs like Turbo C++, Borland C++ etc.

Dev C++ also comes in little changes in normal syntaxs.

Dev C++ Vs Other IDEs :


  1. In Dev C++, Header File "iostream" is declared without extension ".h"(dot h).
  2. In Dev C++, after Header File declaration , it is required to write a statement 'using namespace std' .
  3. In Dev C++, the return type of the main funtion cannot be 'void'. By deafult the return type is 'int'.
  4. In Dev C++, there is no functions like clrscr() (clear screen). Instead of clrscr(), system("cls") can be preferred.
  5. In Dev C++, memory bytes "int" datatype is 4 byte where as in Other IDEs is 2 byte.
And many more are ...






0 comments:

Post a Comment

Popular Posts

Recent Posts

Unordered List

Text Widget

Powered by Blogger.