An Introduction to Programming: An Object-Oriented Approach with C++
C. Thomas Wu(Author)
Irwin Professional Publishing
Published on 16. September 1997
Book
Paperback/Softback
608 pages
978-0-256-19390-9 (ISBN)
Description
This introductory text teaches students with no programming background how to write object-oriented programs. Students learn programming basics through the use of predefined Graphics User Interface (GUI) objects. By using these objects, students will grasp the concepts and benefits of object-oriented programming. In the later part of the book, students learn to define their own objects and develop programs using object-oriented design methodology. Modern programming topics, such as event-driven programming, are also covered.
More details
Language
English
Place of publication
New York
United States
Publishing group
McGraw-Hill Education - Europe
Target group
College/higher education
Illustrations
illustrations
Dimensions
Height: 234 mm
Width: 170 mm
Thickness: 25 mm
Weight
851 gr
ISBN-13
978-0-256-19390-9 (9780256193909)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Person
C. Thomas Wu an Associate Professor at the Naval Postgraduate School a Monterey in California.
Content
1 Algorithms and Computers2 Starting a Program3 Numerical Data4 Character-Based Input and Output5 Repetition Control Flow6 Selection Control Flow7 Nonnumerical Data8 Functions9 Passing Pointers and References to Functions10 Defining Objects11 Defining Objects Using Inheritance12 Event-Driven Programming13 One-Dimensional Arrays14 Multi-Dimensional Arrays