Amazon cover image
Image from Amazon.com
Image from Google Jackets

Sams teach yourself C++ in one hour a day / Jesse Liberty, Siddhartha Rao, Bradley Jones.

By: Contributor(s): Material type: TextTextSeries: Sams teach yourselfPublication details: Indianapolis, Ind. : Sams Pub., c2009.Edition: 6th edDescription: xxi, 857 p. : ill. ; 23 cmISBN:
  • 9780672329418 (pbk.)
  • 0672329417 (pbk.)
Subject(s): DDC classification:
  • 005.133   22
Contents:
Getting Started -- The Anatomy of a C++ Program -- Using Variables, Declaring Constants -- Managing Arrays and Strings -- Working with Expressions, Statements and Operations -- Organizing Code with Functions -- Controlling Program Flow -- Pointers Explained -- Fundamentals of Object-Oriented Programming and C++ -- Classes and Objects -- Implementing -- Polymorphism Inheritance -- Operator Types and Operator Overloading -- Casting Operators -- An Introduction to Macros and Templates -- Learning the Standard Template Library (STL) -- The STL String Class -- STL Dynamic-Array Classes -- STL Linked List -- STL Map and Multimap -- Understanding Function Objects -- STL Algorithms -- Adaptive Containers: Stack and Queue -- Working with Bit-Flags Using STL -- Working with Streams -- Exception Handling.
Summary: Bradley Jones is Microsoft MVP for Visual C++. Siddhartha Rao is Microsoft MVP for Visual C++. Jesse Liberty is the president of Liberty Associates, Inc.Introduction IntroductionThis book is designed to help you teach yourself how to program with C++. Just as you can learn to walk one step at a time, you can learn to program in C++ one hour at a time. Each lesson in this book has been designed so that you can read the entire lesson in just an hour a day. It lays emphasis on the practical usage of the language, and helps you get up-to-speed with concepts that are most important in writing C++ applications for real-world usage.By focusing for just an hour a day at a time,Summary: you'll learn about such fundamentals as managing input and output, loops and arrays, object-oriented programming, templates, using the standard template library, and creating C++ applications--all in well-structured and easy-to-follow lessons. Lessons provide sample listings--complete with sample output and an analysis of the code--to illustrate the topics of the day.To help you become more proficient, each lesson ends with a set of common questions and answers, a quiz, and exercises. You can check your progress by examining the quiz and exercise answers provided in Appendix D, "Answers." Who Should Read This BookYou don't need any previous experience in programming to learn C++ with this book. This book starts you from the beginning and teaches you both the language and the concepts involved with programming C++. You'll find the numerous examples of syntax and detailed analysis of code an excellent guide as you begin your journey into this rewarding environment.
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Current library Call number Copy number Status Date due Barcode
Books Books Main library General Stacks 005.133 / LI.S 2009 (Browse shelf(Opens below)) 1 Available 007030

Includes index.

Getting Started -- The Anatomy of a C++ Program -- Using Variables, Declaring Constants -- Managing Arrays and Strings -- Working with Expressions, Statements and Operations -- Organizing Code with Functions -- Controlling Program Flow -- Pointers Explained -- Fundamentals of Object-Oriented Programming and C++ -- Classes and Objects -- Implementing -- Polymorphism Inheritance -- Operator Types and Operator Overloading -- Casting Operators -- An Introduction to Macros and Templates -- Learning the Standard Template Library (STL) -- The STL String Class -- STL Dynamic-Array Classes -- STL Linked List -- STL Map and Multimap -- Understanding Function Objects -- STL Algorithms -- Adaptive Containers: Stack and Queue -- Working with Bit-Flags Using STL -- Working with Streams -- Exception Handling.

Bradley Jones is Microsoft MVP for Visual C++. Siddhartha Rao is Microsoft MVP for Visual C++. Jesse Liberty is the president of Liberty Associates, Inc.Introduction IntroductionThis book is designed to help you teach yourself how to program with C++. Just as you can learn to walk one step at a time, you can learn to program in C++ one hour at a time. Each lesson in this book has been designed so that you can read the entire lesson in just an hour a day. It lays emphasis on the practical usage of the language, and helps you get up-to-speed with concepts that are most important in writing C++ applications for real-world usage.By focusing for just an hour a day at a time,

you'll learn about such fundamentals as managing input and output, loops and arrays, object-oriented programming, templates, using the standard template library, and creating C++ applications--all in well-structured and easy-to-follow lessons. Lessons provide sample listings--complete with sample output and an analysis of the code--to illustrate the topics of the day.To help you become more proficient, each lesson ends with a set of common questions and answers, a quiz, and exercises. You can check your progress by examining the quiz and exercise answers provided in Appendix D, "Answers." Who Should Read This BookYou don't need any previous experience in programming to learn C++ with this book. This book starts you from the beginning and teaches you both the language and the concepts involved with programming C++. You'll find the numerous examples of syntax and detailed analysis of code an excellent guide as you begin your journey into this rewarding environment.

1

There are no comments on this title.

to post a comment.