An Introduction to Object-Oriented Programming in C++, 2/e
Graham M. Seed
- 出版商: Demos Medical Publis
- 出版日期: 2001-05-11
- 售價: $1,100
- 貴賓價: 9.5 折 $1,045
- 語言: 英文
- 頁數: 972
- 裝訂: Paperback
- ISBN: 1852334509
- ISBN-13: 9781852334505
-
相關分類:
C++ 程式語言、Object-oriented
無法訂購
買這商品的人也買了...
-
$931Artificial Intelligence: A Modern Approach
-
$680$537 -
$2,610$2,480 -
$680$578 -
$650$553 -
$960An Introduction to Formal Languages and Automata, 3/e
-
$1,029Operating System Concepts, 6/e
-
$1,400$1,330 -
$970Introduction to Algorithms, 2/e
-
$1,150$1,127 -
$799$639 -
$1,294Digital Signal Processing : A Practical Approach, 2/e (Paperback)
-
$700Microsoft Visual Basic .NET Step by Step
-
$580$458 -
$1,039Modern VLSI Design: System-on-Chip Design, 3/e (精裝)
-
$700$686 -
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$490$382 -
$690$587 -
$600$474 -
$650$507 -
$680$578 -
$520$442 -
$450$356 -
$620$558
相關主題
商品描述
Summary
This second edition introduces readers to programming in C++, from the simplest of C++ programs through features such as classes and templates to namespaces. Emphasis is placed on developing a good programming technique. This new edition includes:
* The Standard Template Library (STL)
* Full coverage of all the major topics of C++, such as * Templates, exception handling, and RTTI
* Practical tools developed for object-oriented computer graphics programming.
All program code and exercises are available at the author's website.
Table of Contents
Overview The Development Environment Getting Started Fundamental Data Types, Declarations, Definitions and Expressions Making Decisions and Repetition Functions Arrays Structures, Unions, Enumerations and Typedefs The C++ Class Operators and Overloading Friends Pointers Templates Exception Handling Inheritance Run-Time Type Information and Casting Input and Output, Files and Streams The Preprocessor Namespaces The Standard Template Library Conclusion Appendices References Index