pulkit32
Aug 8 2008, 02:23 AM
is there any difference between C and C++ compilers ?
Mijzelf
Aug 8 2008, 05:04 AM
C is a subset of C++, so a C++ compiler can compile C as well, but a C compiler cannot compile C++. A C++ compiler is (much) more complicated.