The Standard C++ Programming course is a compiler-independent introduction to
the ANSI/ISO C++ language for C programmers. This course covers all
aspects of the C++ language, with the emphasis on portablity. It includes an
introduction to object oriented design techniques.
Delegates who complete the Standard C++ Programming course will be able to:
- Develop portable, standards compliant code using C++ language constructs.
- Read, debug and maintain C++ code.
- Understand object-oriented concepts as they pertain to C++.
- Implement error-handling techniques using exception handling.
- Understand generic programming and the use of templates in C++.