|
This course focuses on applications
programming
using C++. It is an introductory course ofthe language including
discussions on its object-oriented features.
Topics
Making
and Using Objects
The
C in C++
Data
Abstraction
Hiding
the
Implementation
Initialization
and
Cleanup
Function
Overloading
and Default Arguments
Constants
Inline
Functions
Name
Control
References
and the
Copy-Constructor
Operator
Overloading
Dynamic
Object Creation
Inheritance
and
Composition
Polymorphism
and
Virtual Functions
Introduction
to
Templates
Reference
Thinking
in C++, Vol.
1, 2nd Ed. by Bruce Eckel
|