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 :
Dev C++ also comes in little changes in normal syntaxs.
Dev C++ Vs Other IDEs :
- In Dev C++, Header File "iostream" is declared without extension ".h"(dot h).
- In Dev C++, after Header File declaration , it is required to write a statement 'using namespace std' .
- In Dev C++, the return type of the main funtion cannot be 'void'. By deafult the return type is 'int'.
- In Dev C++, there is no functions like clrscr() (clear screen). Instead of clrscr(), system("cls") can be preferred.
- In Dev C++, memory bytes "int" datatype is 4 byte where as in Other IDEs is 2 byte.
0 comments:
Post a Comment