The comment to this answer got me wondering. I\'ve always thought that C was a proper subset of C++, that is, any valid C code is valid C++ code by extension. Am I wrong a
I think it may be more correct to say that ANSI C is a subset of C++. Not K&R C.