Have one to sell? Sell yours here
C/C++ Programmer's Reference, Third Edition
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

C/C++ Programmer's Reference, Third Edition [Paperback]

Herbert Schildt (Author)
4.2 out of 5 stars  See all reviews (37 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback $18.38  
Paperback, December 24, 2002 --  

Book Description

0072227222 978-0072227222 December 24, 2002 3
Like having a brain in your back pocket. Provides clear explanations of all C and C++ programming syntax, keywords, commands, functions, and class libraries. Since no programmer can remember the precise syntax of every C/C++ element, this quick-access guide assists programmers in implementing efficient solutions on demand.


Editorial Reviews

From the Back Cover

C/C++ Essentials and Syntax on One Handy Reference!

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
--This text refers to an out of print or unavailable edition of this title.

About the Author

Herbert Schildt is a world leading programming author. He is an authority on the C, C++, Java, and C# programming languages, and a master Windows programmer. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best sellers including C: The Complete Reference, Java 2: The Complete Reference, Java 2: A Beginner's Guide, C#: A Beginner's Guide, and many more. Schildt holds a master's degree in computer science from the University of Illinois.

Product Details

  • Paperback: 384 pages
  • Publisher: McGraw-Hill Osborne Media; 3 edition (December 24, 2002)
  • Language: English
  • ISBN-10: 0072227222
  • ISBN-13: 978-0072227222
  • Product Dimensions: 8.9 x 5.9 x 0.9 inches
  • Shipping Weight: 1.1 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (37 customer reviews)
  • Amazon Best Sellers Rank: #1,708,261 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

37 Reviews
5 star:
 (23)
4 star:
 (6)
3 star:
 (4)
2 star:    (0)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (37 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

10 of 10 people found the following review helpful:
5.0 out of 5 stars FANTASTIC REFERENCE!!!, September 9, 2000
I agree, the first guy was clueless. This is a fantastic reference. The key word here is reference; this book does not teach you C++, nor does it try to. It is like a dictionary of the language. This is the book to look stuff up in when writing real code.

I like the style of this book much better than that of the "In a Nutshell" reference books, so I plan to get the Java version of this book ("Java 2 Programmer's Reference") instead of "Java in a Nutshell". Stuff is much easier to find.

Most compilers come with their own reference on disk, but they usually mix platform dependent stuff with platform independent stuff. I need my code to be as portable as possible, so I prefer to look stuff up in here.

It's cheap. It's great. Buy it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Damn close to perfect reference book, December 29, 2003
By 
dondo (Issaquah, WA USA) - See all my reviews
As an experienced programmer, this book is simply ideal for me. Whether to remind me of the ordering of parameters to functions or to recall the subtleties of using the STL, it's all there.

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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars The previous guy is clueless, July 30, 2000
By 
Kyle Tuskey (freehold, new jersey USA) - See all my reviews
This book is immensely helpful for anyone with prior programming experience that wants to quickly learn c/c++. The layout of the book is great, and the way they differentiate c from c++ is very simply stated. They also quickly explain the basic concepts in c/c++ very well. They give it to you straight, and don't treat you as clueless like most books do. I strongly recommend it.. but only if you already know programming.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
First Sentence:
C and C++ offer the programmer a rich assortment of built-in data types. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
long double arg, invoking bitset, float complex arg, long double num, first form constructs, second form constructs, third form constructs, invoking string, size type len, streamsize num, const bitset, float arg, associated input stream, associated output stream, file position indicator, arg rounded, int radix, const reverse iterator rbegin, const reverse iterator rend, function returns nonzero, const iterator end, following member functions, dynamic allocation functions, iostream library, float num
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Programming Tip, Member Description, Output Turns, Description Returns, Name Meaning, Standard Libraries, Precedence Operators Highest, Operator Meaning, The Complex Library
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 3 books:
 
1 book cites this book:



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject