null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Herb Schildt's C++ Programming Cookbook

List Price: $75.00
SKU:
9780071488600
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Herbert Schildt
    Format:
    Paperback
    Publisher:
    McGraw Hill LLC (May 19, 2008)
    Audience:
    General/trade
    ISBN-13:
    9780071488600
    ISBN-10:
    007148860X
    Weight:
    30.4oz
    Dimensions:
    7.2" x 8.9" x 1.23"
    Case Pack:
    12
    File:
    McGrawHill-MH_ONIX_V30_US_onix30_all(26_05_26)-20260526.xml
    Folder:
    McGrawHill
    As low as:
    $57.75
    List Price:
    $75.00
    Publisher Identifier:
    P-MCGRAW
    Discount Code:
    A
    Pages:
    509
    Pub Discount:
    55
    Imprint:
    McGraw Hill
  • Overview

    Your Ultimate "How-To" Guide to C++ Programming!

    Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your C++ programming appetite!

    Topics include:
    String Handling • Standard Template Library (STL) Containers • Algorithms • Function Objects • Binders • Negators • Adaptors • Iterators • I/O • Formatting Data

    Learn how to:

    • Tokenize a null-terminated string
    • Create a search and replace function for strings
    • Implement subtraction for string objects
    • Use the vector, deque, and list sequence containers
    • Use the container adaptors stack, queue, and priority_queue
    • Use the map, multimap, set, and multiset associative containers
    • Reverse, rotate, and shuffle a sequence
    • Create a function object
    • Use binders, negators, and iterator adapters
    • Read and write files
    • Use stream iterators to handle file I/O
    • Use exceptions to handle I/O errors
    • Create custom inserters and extractors
    • Format date, time, and numeric data
    • Use facets and the localization library
    • Overload the [ ], ( ), and -> operators
    • Create an explicit constructor
    • And much, much more