C vs. C++: Some important differences

Intro

#include statements

Keywords

Other C++-only Features

In addition to the ones listed above, here are some other features already discussed in the course, which are C++-only features (not legal in strict C coding):

Structs and Enumerations: C vs. C++