pulkit32 Posted August 8, 2008 Posted August 8, 2008 is there any difference between C and C++ compilers ?
Mijzelf Posted August 8, 2008 Posted August 8, 2008 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.
ReDucTor Posted August 11, 2008 Posted August 11, 2008 Read thishttp://www.cprogramming.com/tutorial/c-vs-c++.html
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now