Is C really a subset of C++?
- by Allopen
What I mean is, can any C code be implemented via C++? Maybe just simply change a compiler?
I know C is much more efficient and concise. But despite of these, can C++ used to implement all functions that are implemented by C?