Programming Language C Plus Plus

Categories: Coding
Wishlist Share

About Course

C++ is an excellent general purpose programming language with modern bells and whistles.C++ builds on c and began as an extension of c. Though sometimes viewed as “nichey” , C++ is widely used in software industry. Some of its key application domains include system software, application software, device drivers, embedded software, high performance server and client applications and entertainment software such as video games .C++ has greatly influenced many other popular programming languages, most notably java.

What Will You Learn?

  • Introduction
  • First program of ‘C’
  • IDE
  • Variables
  • Operators
  • Control Statements
  • Looping
  • Case
  • Jumping Statements
  • Functions
  • Array
  • Strings
  • Structures
  • Pointers
  • File handling
  • OOPs
  • Basic
  • Paradigms of OOPs
  • Classes
  • Objects
  • Encapsulation
  • Inheritance
  • Templates
  • Virtual functions
  • File handling

Course Content

Object Oriented Programming In C++
OOP is a theoretical concept to understand the real life in computer world with technical description.