>>1350523>C++ is a superset of CThat's true for the most part, but there are some C features that aren't present in C++, like designated initializers.
http://david.tribble.com/text/cdiffs.htmWith that said, most of things that can only be done in C can also be done in C++, just in a different manner.