Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the author
OK
C/C++ Programmer's Reference 2nd ed. Edition
There is a newer edition of this item:
- ISBN-100072127066
- ISBN-13978-0072127065
- Edition2nd ed.
- PublisherMcGraw-Hill Professional
- Publication dateJune 27, 2000
- LanguageEnglish
- Dimensions5.63 x 0.94 x 8.75 inches
- Print length416 pages
Popular titles by this author
Editorial Reviews
From the Back Cover
Get a wealth of core C/C++ information in this well-organized fingertip reference. Herbert Schildt, the world's leading programming author, has revised his perennial best-seller to reflect the latest information on ANSI/ISO Standard C and C++, including C99, the new standard for C. Inside, you'll find clear explanations of all C and C++ programming syntax, keywords, commands, functions, and class libraries. No programmer can remember the precise syntax of every C/C++ element--now you don't have to because it's all here. With this quick-access guide on hand, you'll be able to implement efficient solutions to all of your programming challenges rapidly. Essential C/C++ syntax, keywords, classes, commands, and functions Full coverage of both C and C++, including the new C99 Standard Packed with programming tips to help speed your work
About the Author
Product details
- Publisher : McGraw-Hill Professional; 2nd ed. edition (June 27, 2000)
- Language : English
- Paperback : 416 pages
- ISBN-10 : 0072127066
- ISBN-13 : 978-0072127065
- Item Weight : 13.8 ounces
- Dimensions : 5.63 x 0.94 x 8.75 inches
- Best Sellers Rank: #4,887,484 in Books (See Top 100 in Books)
- #1,222 in C++ Programming Language
- #18,602 in Computer Software (Books)
- #55,583 in Mathematics (Books)
- Customer Reviews:
About the author

Called "one of the world's foremost authors of books about programming" by International Developer magazine, best-selling author Herbert Schildt has written about programming for over three decades. His books have sold millions of copies worldwide and have been widely translated. Featured as one of the rock star programmers in Ed Burns' book "Secrets of the Rock Star Programmers", Schildt is interested in all facets of computing, but his primary focus is computer languages. He is the author of numerous books on Java, C, C++, and C#. Schildt holds BA and MCS degrees from the University of Illinois, Urbana/Champaign.
Products related to this item
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on Amazon-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
The book is thoroughly cross-referenced, has an excellent index, and is well organized -- it can be meaningfully browsed end to end, an extraordinary accomplishment. Mr. Schildt describes each entry concisely, thoroughly, and in a completely readable way. Consider for example the following description of the "static" keyword:
"static is a data type modifier that creates permanent storage for the local variable that it precedes. This enables the specified variable to maintain its value between function calls, for example.
"static can also be used to declare global variables. In this case, it limits the scope of the variable that it modifies to the file in which it is declared.
"In C++, when static is used on a class data member, it causes only one copy of that member to be shared by all objects of its class."
That is without compare the cleanest description of the keyword I've ever seen. This is a typical entry; it's all there, with enough detail that I recall exactly what is going on.
I am amused by the various bad reviews which complain that this is not a "complete" reference. It is exactly the judicious editing and concision which makes this so useful to me. My only complaint is in fact the opposite; that in some cases it goes into too much detail. There are sporadic "Programming Tips" scattered throughout, and I find each of these to be a waste of time in a reference text. These would seem more appropriate in an introductory text.
In short, this is an extremely useful reference for the experienced developer.
1. A *very*quick* reference for people that already know how to program in C/C++
2. The smallest and most useful reference you'll have on your desk.
What this book IS NOT:
1. How to program in C/C++
2. OOP Patterns Reference
3. In-depth C/C++ reference





