NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
C and C++ Language References
TI does not produce documentation for standard language features, as high-quality introductory and reference material is readily available from many sources.
Standards[edit]
- ANSI X3.159-1989, Programming Language - C (Alternate version of the 1989 C Standard), American National Standards Institute
- ISO/IEC 9899:1989, International Standard - Programming Languages - C (the 1989 C Standard), International Organization for Standardization
- ISO/IEC 9899:1999, International Standard - Programming Languages - C (the 1999 C Standard), International Organization for Standardization
- ISO/IEC 9899:2011, International Standard - Programming Languages - C (the current C Standard), International Organization for Standardization
- ISO/IEC 14882:1998, International Standard - Programming Languages - C++ (the C++98 Standard), International Organization for Standardization
- ISO/IEC 14882:2003, International Standard - Programming Languages - C++ (the C++03 Standard), International Organization for Standardization
- ISO/IEC 14882:2011, International Standard - Programming Languages - C++ (the current C++ Standard), International Organization for Standardization
Books[edit]
- The C Programming Language (second edition), by Brian W. Kernighan and Dennis M. Ritchie, published by Prentice-Hall, Englewood Cliffs, New Jersey, 1988
- C: A Reference Manual (fourth edition), by Samuel P. Harbison, and Guy L. Steele Jr., published by Prentice Hall, Englewood Cliffs, New Jersey
- Programming Embedded Systems in C and C++, by Michael Barr, Andy Oram (Editor), published by O'Reilly & Associates; ISBN: 1565923545, February 1999
- Programming in C, Steve G. Kochan, Hayden Book Company
- The C++ Programming Language (second edition), Bjarne Stroustrup, published by Addison-Wesley Publishing Company, Reading, Massachusetts, 1990
- The Annotated C++ Reference Manual, Margaret A. Ellis and Bjarne Stroustrup, published by Addison-Wesley Publishing Company, Reading, Massachusetts, 1990
Online[edit]
There is also a variety of free online reference materials. Start your search here: