Lecture overview -- Keyboard shortcut: 'u'  Previous page: C/C++ Compatibility [Section] -- Keyboard shortcut: 'p'  Next page: C/C++ Compatibility - some small details -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    From C to C++ - slide 28 : 29

C/C++ Compatibility

Quotes from The C++ Programming Language:

With minor exceptions, C++ is a superset of C (meaning C89)

Well-written C programs tend to be C++ programs as well

Appendex B.2 in The C++ Programming Language deals with this topic