Skip to:Content
|
Bottom
Cover image for A C++ primer for engineers : an object-oriented approach
Title:
A C++ primer for engineers : an object-oriented approach
Personal Author:
Publication Information:
New York : McGraw-Hill, 1997
Physical Description:
1 computer disk ; 3 1/2 in
ISBN:
9780079131409
General Note:
Accompanies text with the same title (QA76.73.C153 P66 1997)
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000003837386 DSK 1218 Open Access Computer File Diskette (Open Shelves)
Searching...
Searching...
30000003837410 DSK 1218 Open Access Computer File Diskette (Open Shelves)
Searching...

On Order

Summary

Summary

A concise and practical introduction to C++ aimed primarily as a first programming course for engineers. It features a range of engineering problems and provides supportive tutorial examples (available on IBM diskette included free with this text). It is also suitable for computer science students, as it should appeal to those who prefer a hands-on approach. Class variants (pre- and post- conditions) are explained throughout the book. Solutions (C++ code and the five-step design methodolgy) to exercises are included on the accompanying diskette.


Table of Contents

1 Problem Solving Using Computers
2 C++ Programming Basics
3 Selections and Repetitions
4 Functions to Aid Modularity
5 Arrays for Grouping Data of Same Type
6 Structures to Group Data
7 Encapsulation of Data and Functions in Classes
8 Inheritance to Aid Reusability
9 Pointers to Aid Efficient Implementation
10 Miscellaneous Topics
11 Java for C++ Programmers
Go to:Top of Page