Programming in C++ For Non-C Programmers
Objective:
- This course is designed to give delegates the knowledge to develop / maintain programs using C++ and its object oriented techniques.
- IT personnel who already have good experience of programming in some language such as Basic, Pascal etc.
Course outline:
Declare variables and initialise them
Construct correct expressions with arithmetic operators.
Iterative type statements
Conditional statements
Single and multi-dimensional arrays
Functions
Pointers
Strings and library functions.
Classes – based on object oriented design
Inheritance - to derive classes
Creation and use of Objects
Operator overloading
Function overloading
Polymorphism and dynamic binding
Iostream