Ulteriori informazioni
An Introduction to Object-Oriented Programming in C++ with applications in Computer Graphics introduces the reader to programming in C++ step by step from the simplest of C++ programs, through features such as classes and templates to namespaces. Emphasis is placed on developing a good programming technique and demonstrating when and how to use the more advanced features of C++ through the development of realistic programming tools and classes.
This revised and extended 2nd edition includes:
- the Standard Template Library (STL), a major addition to the ANSI C++ standard
- full coverage of all the major topics of C++, such as Templates; exception handling; RTTI
- practical tools developed for object-oriented computer graphics programming
All code program files and exercises are ANSI C++ compatible and have been compiled on both Borland C++ v5.5 and GNU/Linux g++ v2.91 compilers.
Sommario
From the 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
- Appen- dices
- References
- Index
Riassunto
An Introduction to Object-Oriented Programming in C++ with applications in Computer Graphics introduces the reader to programming in C++ step by step from the simplest of C++ programs, through features such as classes and templates to namespaces. Emphasis is placed on developing a good programming technique and demonstrating when and how to use the more advanced features of C++ through the development of realistic programming tools and classes.
This revised and extended 2nd edition includes:
- the Standard Template Library (STL), a major addition to the ANSI C++ standard
- full coverage of all the major topics of C++, such as Templates; exception handling; RTTI
- practical tools developed for object-oriented computer graphics programming
All code program files and exercises are ANSI C++ compatible and have been compiled on both Borland C++ v5.5 and GNU/Linux g++ v2.91 compilers.