References for C, C++
Referenzen für die Sprachen C, C++
-
Foreword
-
Only references that I actually used have been listed. This does not mean that every source is equally recommendable. Also, they may not be representative of the current knowledge base in the targeted fields. Each reader is advised to check and judge by himself.
-
Since my main interest lies in C++, references to C will be sparse at first - but might increase depending on future issues and opportunities.
-
-
References to language C
-
No. Link Description Language 1 C Tutorials
This web site is maintained by a team located in India: 388-A , Road no 22, Jubilee Hills, Hyderabad Telangana, INDIA-500033. Explicit intention of this team is to help understand C programming starting from scratch.
English 2 TIGCC Documentation
This web site is dedicated to the development of a C/ASM cross compiler named TIGCC and maintained by an
international team. From our perspective (C Programming) the interesting parts are
English 3 C Standard Library
This Wikipedia page describes the standard library for the C programming language as specified in the ANSI C standard.
English -
No. Title Description Language 1 Programmieren in C
2. Ausgabe, ANSI CB. Kernighan,
D. Ritchie, Carl Hanser Verlag München Wien, 1990,
ISBN 3-446-15497-3. The original title of the book is The C Programming Language, 2. Edition, ANSI C. It is the specification of the C language written by those computer scientists who first designed it. In the meanwhile, the specification has been revisited and extended (see alsoANSI C).
German
(translation)
-
-
-
No. Link Description Language 1 ISO CPP
Official web site of the Standardization committee JTC1/SC22/WG21 for C++. All current topics pertaining to the design of C++ are discussed. Unofficial pre-versions of the C++ Specification are published.
English 2 C++ Language
Tutorials
Authors do not seem to be namedEnglish 3 learn cpp
References and tutorials
Alex and Davis (last names?)English 4 Free Electronic Books
Thinking in C++ (and other languages)
B. Eckel, 2001, 2003English 5 C and C++ Programming
Learning materials for C, C++ (and other languages)
Alex Allain, author and web master, and associates.English 6 Learn C++
Learning units
388-A Road n0 22, Junilee Hills, Hyderabad Telangana, India-500033.English 7 C++ Reference
Site dedicated to c++ maintained by
a team around the word
English 8 Programmiersprache C/C++
Lehrbuch der Programmiersprache C++
P. Böhme, Martin-Luther-Universität Halle-WittenbergGerman 9 C++ Programmierung
Wikibooks der Programmiersprache C++
Nicht-identifizierte AutorenGerman -
No. Title Description Language 1 ISO/IEC 14882 Draft n3797
The current C++ Specification was released under the label ISO/IEC 14882:2011 (aka C++ 11). Documents can be purchased from the internet, whereat the demanded price (for basically the same contents) fluctuates at lot: a comparison may pay off (see for example
Incits, keyword C++).
The linked document is supposedly the last free pre-version of the specification published by the working group JTC1/SC22/WG21: version 3797, 2013 (Status December 2015).
English 2 OO programming in C++
R. Lafore, Sams Publishing, 4th Edition, pp 1038, 2002
English 3 Thinking in C++ 2nd Edition Vol. 1
B. Eckel, MindView Inc., pp 878, 2001
English 4 Thinking in C++ 2nd Edition Vol. 2
B. Eckel, MindView Inc., pp 592, 1999
English 5 Die C++ Programmiersprache B. Stroustrup, Addison-Wesley, 4. Auflage, pp 1067, 2000, ISBN 3-8273-1756-8
German
(translation)6 C++ OOP von Anfang an H. Erlenkötter, Rowohlt Taschenbuch Verlag, 2. Auflage, pp 332, 2000, ISBN 3-499-60077-3
German
-