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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now