Learn to Code : Introduction to C++ Programming – Part 1
Target Learners : Anyone who wants to explore the world of programming. Essential for learners who wants to be free lancers or looking into switching careers.
Program Description
C++ language is a direct descendant of C programming language with additional features such as type checking, object oriented programming, exception handling etc. You can call it a “better C”. It was developed by Bjarne Stroustrup.
C++ is a general purpose language language, simply means that it is designed to be used for developing applications in a wide variety of domains.
Covers:
1. Basic Input Output Understanding
2. Control Statements and Decision Making Algorithm
3. Loops Structure Development
4. Functions Application