Syllabus of C ++ course
C++ programming language:
C++ language is a superset of the ‘C’ language and was initially known as “C with Classes”. In "C" operator ++ is used to increment the value by 1. That means to the language ‘C’, developers have added some extra features and hence named as C++. C++ is a general purpose programming language and supports object oriented programming.
Brief syllabus:
- Programming principles & Elementary programming
- OOP concepts & C++
- Different data types in a computer program
- Compile & debug programs in C language
- The basics of computer programming
- Structure of a C++ program
- Programs involving decision structures, loops & functions
- Objects & member functions of a class
- The standard input & output functions
- Private & public sections of classes with member functions
- Functions, pointers, and arrays, function overloading, inheritance, polymorphism
- Conditional constructs
- Exception handling