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: From Problem Analysis to Program Design 4e
  

 

  • Published by: COURSE TECHNOLOGY INC.
  • Author: D.S. Malik
  • Page Count: 1342
  • Group: C++
  • ISBN: 1423902092/9781423902096
  • Published: Mar 2008

Our Price: 32.24
Discount: 25%
RRP: 42.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: From Problem Analysis to Program Design 4e
Now in its fourth edition, C++ Programming: From Problem Analysis to Program Design remains the definitive text for CS1 courses. Best-selling author D.S. Malik employs a student-focused approach, using complete programming examples to teach introductory programming concepts. This fourth edition has been enhanced to further demonstrate the use of OOD methodology, to introduce sorting algorithms (bubble sort and insertion sort), and to present additional material on abstract classes. In addition, the exercise sets at the end of each chapter have been expanded to include several calculus and engineering-related exercises. All programs have been written, compiled, and quality-assurance tested with Microsoft Visual C++ .NET, available as an optional compiler with this text. C++ Programming: From Problem Analysis to Program Design, Fourth Edition is the ideal text to motivate your students as they learn the theory behind programming.

Features

* Programming examples accurately outline the concrete stages of Input, Output, Problem Analysis, and Algorithm Design, and include a Complete Program Listing.
* A four-color interior displays precise C++ code and comments.
* A lab manual, available separately, contains additional exercises and labs that correlate directly to the text.
* Accompanied by a content-rich Student Companion Web Site (www.course.com/malik/cpp) that offers additional hands-on practice including key terms, self-tests, programming exercises, and a key-concepts review.

CONTENTS:

Preface

1. An Overview of Computers and Programming Languages
2. Basic Elements of C++
3. Input/Output
4. Control Structures I (Selection)
5. Control Structures II (Repetition)
6. User-Defined Functions I
7. User-Defined Functions II
8. User-Defined Simple Data Types, Namespaces, and the string Type.
9. Arrays and Strings
10. Applications of Arrays (Searching and Sorting) and the vector Type.
11. Records (structs)
12. Classes and Data Abstraction
13. Inheritance and Composition
14. Pointers, Classes, Virtual Functions, and Abstract Classes
15. Overloading and Templates
16. Exception handling
17. Recursion
18. Linked Lists
19. Stacks and Queues
Appendices A - I