C/C++ Programmer's Reference

Overview

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.
Read More Show Less
... See more details below
Available through our Marketplace sellers.
Other sellers (Paperback)
  • All (16) from $1.99   
  • New (1) from $125.00   
  • Used (15) from $1.99   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$125.00
Seller since 2013

Feedback rating:

(39)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
Page 1 of 1
Showing All
Close
Sort by
Sending request ...

Overview

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.
Read More Show Less

Product Details

  • ISBN-13: 9780072227222
  • Publisher: McGraw-Hill Companies, The
  • Publication date: 12/24/2002
  • Series: Osborne Complete Reference Ser.
  • Edition description: REV
  • Edition number: 3
  • Pages: 384
  • Product dimensions: 6.02 (w) x 9.00 (h) x 0.78 (d)

Meet the Author

Herbert Schildt is the world's leading C/C++ author. His programming books have sold more than 2 million copies worldwide and have been translated into all major foreign languages. He is the author of the best-sellers Teach Yourself C and Teach Yourself C++. He has also written The Annotated ANSI C Standard, C: The Complete Reference, C++: The Complete Reference, and numerous other books on C and C++.
Read More Show Less

Table of Contents

Introduction
1 Data Types, Variables, and Constants 1
2 Functions, Scopes, Namespaces, and Headers 19
3 Operators 37
4 The Preprocessor and Comments 51
5 Keyword Summary 61
6 The Standard C I/O Functions 97
7 The String and Character Functions 125
8 The C Mathematical Functions 139
9 The C++ Mathematical Functions 161
10 Time, Date, and Localization Functions 169
11 The Dynamic Allocation Functions 179
12 Miscellaneous Functions 183
13 The Wide-Character Functions 203
14 The Old-Style C++ I/O System 213
15 The ANSI/ISO Standard C++I/O Classes 235
16 The C++ Standard Template Library 261
17 The C++ String, Exception, Complex, and Pair Classes 309
18 Library Features Added by C99 329
19 The .NET Managed Extensions to C++ 339
Index 343
Read More Show Less

Introduction

C and C++ are the world's most important programming language: Indeed, to be a professional programmer today implies proficiency in these two languages. They are the foundation upon which modern programming is built.

C was invented by Dennis Ritchie in the 1970s. C is a middle-level language. It combines the control structures of a high-level language with the ability to manipulate bits, bytes, and pointers (addresses). Thus, C gives the programmer nearly complete contra over the machine. C was first standardized late in 1989 when the American National Standards Institute (ANSI) standard for C was adopted. This version of C is commonly referred to as C89. This standard was also adopted by ISO (International Standards Organization). C89 was amended slightly in 1995.

C++ was created by Bjarne Stroustrup, beginning in 1979. The development and refinement of C++ was a major effort, spanning the 1980s and most of the 1990s. Finally, in 1998 an ANSI/ISO standard for C++ was adopted. In general terms, C++ is the object-oriented version of C. C++ is built upon the foundation of C89, including its 1995 amendments. In fact, the version of C defined by C89 is commonly referred to as the "C subset of C++," Although C++ began as a set of object-oriented extensions to C, it soon expanded into being a programming language in its own right. Today, C++ is nearly twice the size of the C language. Needless to say, C++ is one of the most powerful computer languages ever devised.

In 1999, a new ANSI/ISO standard for C was adopted. This version is called C99. It includes a number of refinements and several new features. Some of these "new" features were borrowed from C++, but some are entirely new innovations. Thus, several of the elements added by C99 are incompatible with C++. This means that with the advent of C99, Standard C is no longer a pure subset of C++, Fortunately, many of the incompatibilities relate to special-use features that are readily avoided. Thus, it is still easy to write code that is compatible with both C and C++. At the time of this writing, no major compiler currently accepts all of the C99 additions, but this is sure to change.

The following table synopsizes the relationships between C89, C99, and C++.

C89      The original ANSI/ISO standard for C. C89 is what most programmers today think of as C.
C++      The object-oriented version of C. The current ANSI/ISO standard for C++ is built upon C89. Thus, C89 forms a subset of C++.
C99      The latest standard for C. Includes all of C89, but adds several new features. Some of the new features are not supported by the current standard for C++.

The material in this book describes C89, C99, and C++, When a feature is unique to one of these, it will be so flagged. Otherwise, you can assume that the feature applies to all three.

As you are undoubtedly aware, C and C++ are large topics. It is, of course, not possible to cover every aspect of these important languages here. Instead, this quick reference distills their most salient features into a convenient and easy to use form.

Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

Your Rating:

Your Name: Create a Pen Name or

Barnes & Noble.com Review Rules

Our reader reviews allow you to share your comments on titles you liked, or didn't, with others. By submitting an online review, you are representing to Barnes & Noble.com that all information contained in your review is original and accurate in all respects, and that the submission of such content by you and the posting of such content by Barnes & Noble.com does not and will not violate the rights of any third party. Please follow the rules below to help ensure that your review can be posted.

Reviews by Our Customers Under the Age of 13

We highly value and respect everyone's opinion concerning the titles we offer. However, we cannot allow persons under the age of 13 to have accounts at BN.com or to post customer reviews. Please see our Terms of Use for more details.

What to exclude from your review:

Please do not write about reviews, commentary, or information posted on the product page. If you see any errors in the information on the product page, please send us an email.

Reviews should not contain any of the following:

  • - HTML tags, profanity, obscenities, vulgarities, or comments that defame anyone
  • - Time-sensitive information such as tour dates, signings, lectures, etc.
  • - Single-word reviews. Other people will read your review to discover why you liked or didn't like the title. Be descriptive.
  • - Comments focusing on the author or that may ruin the ending for others
  • - Phone numbers, addresses, URLs
  • - Pricing and availability information or alternative ordering information
  • - Advertisements or commercial solicitation

Reminder:

  • - By submitting a review, you grant to Barnes & Noble.com and its sublicensees the royalty-free, perpetual, irrevocable right and license to use the review in accordance with the Barnes & Noble.com Terms of Use.
  • - Barnes & Noble.com reserves the right not to post any review -- particularly those that do not follow the terms and conditions of these Rules. Barnes & Noble.com also reserves the right to remove any review at any time without notice.
  • - See Terms of Use for other conditions and disclaimers.
Search for Products You'd Like to Recommend

Recommend other products that relate to your review. Just search for them below and share!

Create a Pen Name

Your Pen Name is your unique identity on BN.com. It will appear on the reviews you write and other website activities. Your Pen Name cannot be edited, changed or deleted once submitted.

 
Your Pen Name can be any combination of alphanumeric characters (plus - and _), and must be at least two characters long.

Continue Anonymously
Sort by: Showing all of 4 Customer Reviews
  • Anonymous

    Posted February 26, 2001

    Ding ding ding ding ding!

    If only every reference manual were setup like this. The index and the table of contents are thorough and every single command, keyword or function has an entry in the index and table of contents. Items are grouped together in a very logical and useful fasion so if you know generally what you need it doesn't take long to flip through compare a few commands to find the right one. Each function definition also has a footnote to related functions to help you find just the right one and to help you expand your vocabulary. Every little keyword that could go along with an item is either on the page with it or has a reference to the page that it can be found at. The syntax and semantics are easy to interpret and have always had what I needed to know. The longest it has probably ever taken me to find what I needed from this book is two minutes ( I'm a slow reader ). I program in C at times and C++ at others, it works great for both.

    Was this review helpful? Yes  No   Report this review
  • Anonymous

    Posted January 26, 2001

    Arguably the best C/C++ reference available

    I first read this book in the store, and after seeing what it had to offer, I absolutely had to buy it. It is, in my opinion, the greatest mini-reference to C and C++ I've ever seen. It gives good explainations of many different C concepts and practices, and explains all the ANSI functions in the reference. Best if you already have some experience with C. It doesn't teach very well from scratch, but it will enhance your existing knowledge. Also makes a great reference, even gives a brief history!

    Was this review helpful? Yes  No   Report this review
  • Anonymous

    Posted April 14, 2000

    An essential tool for programmers

    Looking for a good reference? This is it. I wasted my money on other references, but this one is the most complete. Contains some code examples, and very good explanations. If you are looking for that perfect reference this is it!

    Was this review helpful? Yes  No   Report this review
  • Anonymous

    Posted April 7, 2010

    No text was provided for this review.

Sort by: Showing all of 4 Customer Reviews

If you find inappropriate content, please report it to Barnes & Noble
Why is this product inappropriate?
Comments (optional)