C++ Foundation for Non-C Programmers - Part 1 
This is the first part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on
ANSI C++ and is not environment or vendor-specific. This course will teach students the basic skills and knowledge necessary to be able to write compile and run basic C++ applications. Students will learn the language fundamentals such as syntax
more...
C++ Foundation for Non-C Programmers - Part 2 
This is the second part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on
ANSI C++ and is not environment or vendor-specific. This course introduces the skills needed to be able to begin to use C++'s
Object-Oriented (OO) features. Students will learn how to create use and extend classes as well as how to populate those
more...