From Teach Me IT
Fundamentals of C++ Programming 

...the four courses in the
Programming using C++ curriculum. The title of this course is:
Fundamentals of C++ Programming. This course introduces the C++ language and the concept of object-oriented programming to students. The students will also learn about objects and classes, and their relation to functions. Finally, the students learn how to create functions, pass arguments, and return values.
more...
Programming Constructs of C++ 

...the four courses in the
Programming using C++ curriculum. The title of this course is:
Programming Constructs of C++. This course presents the concept of structures, arrays, and strings within a C++ program. This course also covers how to create functions, including overloaded and inline functions. In addition, the students learn how to create pointers, and the application of pointers. Finally,
more...
Object-oriented Programming using C++ 

...e third course of the four courses in the C++ curriculum. The title of this course is
Object-oriented Programming using C++. This course introduces students to advanced programming features of C++, such as the different types of C++ functions, concepts of overloading, and inheritance. After completing this course, the student will be able to:
define different types of inheritance
invoke
more...
Data Manipulation in C++ 

... fourth course of the four courses in the C++ curriculum. The title of this course is
Data Manipulation in C++. This course introduces students to the data manipulation features of C++. In addition to understanding stream and file handling in C++, the students are introduced to the role of preprocessor in C++. After completing this course, the student will be able to:
define data conversion
more...