You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 70 Next »

C++ inherits a host of opportunities for type violations from C and adds a few of its own.
– Bjarne Stroustrup, "A rationale for semantically enhanced library languages"

01. Preprocessor (PRE)

02. Declarations (DCL)

03. Expressions (EXP)

04. Integers (INT)

05. Floating Point Arithmetic (FLP)

06. Arrays (ARR)

06. Dangling Pointers (DAN)

07. Errors and Exceptions (ERR)

08. Resource Management (RES)

09. Object Orientation (OBJ)

07. Characters and Strings (STR)

11. Null-Terminated Byte Strings (STR)

12. Vectors (VEC)

13. STL (STL)

14. Input Output (FIO)

15. Miscellaneous (MSC)

AA. C++ References

  • No labels