Higher Ed. and Vocational >> Engineering and Computer Science >> Computer Science >> Computer Science


C++ Primer Plus

C++ Primer Plus

Author(s):
  • Stephen Prata
  • Author: Stephen Prata
    • ISBN:9789332546189
    • 10 Digit ISBN:9332546185
    • Price:Rs. 1250.00
    • Pages:1200
    • Imprint:Pearson Education
    • Binding:Paperback
    • Status:Available


    Be the first to rate the book !!

    C++ Primer Plus is an approachable yet technically rigorous guide to C++ for programmers new to the language. This new edition updates it with the most important features added to the C++11 standard, while keeping the style and approach which have made the previous editions so popular. It contains extensive new code samples and exercises, for both classroom use and self-study.

    Table of Content

    Chapter 1 Getting Started with C++
    Chapter 2 Data Types
    Chapter 3 Control Statements and Operators
    Chapter 4 Functions
    Chapter 5 Memory models and Namespace
    Chapter 6 Objects and Classes
    Chapter 7 More on classes
    Chapter 8 Friends, Exceptions and, More
    Chapter 9 The string class and the Standard Template Library
    Chapter 10 Input, Output, and Files
    Chapter 11 Reusing Code in C++ (online)
    Chapter 12 Visiting with the New C++ Standard (online)

     

    Salient Features

    • New coverage of the C++11 standard
    • Teaches fundamentals of programming including principles of structured code and top-down design
    • Written in a friendly and engaging style, yet completely technically accurate
    • Instructor resources available through the IRC: solutions to end of chapter programming exercises and source code for the book's examples