■ C is almost a subset of C++
■ You may add only some elements of C++
to your C program
■ C++ overhead is not incurred unless you explicitly ask for it - it's still possible to
write smali, fast codę
■ C++ is stricter: C warnings are usually
errors in C++