The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 C++ Programming Visual QuickStart Guide
  

  C++ Programming Visual QuickStart Guide by Andreas Signer ; Larry Ullman

  • Published by: PEACHPIT PRESS
  • Author: Andreas Signer ; Larry Ullman
  • Page Count: 504
  • Group: C++
  • ISBN: 032135656X/9780321356567
  • Published: Jan 2006

Our Price: 11.19
Discount: 30%
RRP: 15.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

C++ Programming Visual QuickStart Guide
What do Adobe, Microsoft, Amazon.com, and Google have in common? They all use C++ to develop products and provide services! As one of the world??s most popular programming languages, C++ opens up a world of possibilities??if you??re willing to learn it! This guide makes that task easy by tackling both object-oriented programming principles and the ABCs of C++ itself through a series of task-based lessons that employ friendly language and a plethora of visual aids to explain every aspect of the development language. From basic syntax and data types to working with numbers, characters, loops, and arrays, master programmers Larry Ullman and Andreas Signer cover all the C++ fundamentals at just the level of detail you require. Using examples tested on Windows, Unix, and Mac OS X operating systems, this streamlined guide prepares you to start developing C++ apps for any platform. Throughout, you??ll find the tips, techniques, and sound real-world advice that have made Visual QuickStart Guides the No. 1 training source for today??s tech warriors!

CONTENTS:

Creating a basic program
Simple variables & data types
Operators & control structures
Input & output
Defining your own functions
Complex data types
Introducing objects
Class inheritance
Advanced OOP
Error handling & debugging
Dynamic memory management
Namespaces
Working with templates
Extended topics