PROGRAMMING IN C/C++

C++ is one of the most popular languages primarily utilized with system/application software, drivers, client-server applications and embedded firmware. C++ is considered to be an intermediate-level language, as it encapsulates both high- and low-level language features. Initially, the language was called "C with classes" as it had all the properties of the C language with an additional concept of "classes."

Module Covers...

  • Programming with C: Introduction to C, Control & Flow Structures, Arrays, Functions, Pointers, Structures, Unions & Enumeration, Fule Handling, String Handling, Preprocessor & Manipulators
  • Programming with C++: OOPS & Introduction to C++, Classes & Object, Constructors & Destructors Inheritance, Operator Overloading, Pointers in C++, Polymorphism, Virtual, Function & Friend Functions, Temp;ates & Exception Handling, Graphics