CPP

You Don’t Learn to walk by following rules. You learn by doing, and by failing over



  • Introduction to C++
    What is c++, why it is formed , evolution , applications.
  • Differences between c and c++
    Major differences between c and c++ and other conventional programming languages.
  • Keywords
    Over view of all keywords .
  • Datatypes variables, operators
    Different datatypes in c++, naming variables functions & operators in c++.
  • Conditional and control statements
    If , if else , nested if , switch , for , while , do while.
  • Arrays, strings and pointers
    Declaration , operations on arrays and strings , types of pointers .
  • Functions
    Naming , declaration , user defined and built in functions.
  • Oops concepts
    Detailed coverage of every oops concept in c++ , classes .
  • I/O streams
    Types of i/o , how to use and when to use what .
  • 10
    Dynamic memory
    New and delete .
  • 11
    Exception handling
    What is exception handling , how to handle , try , catch , finally default.
  • 12
    STL basics
    Vector , array , queue , set , iterators.
  • 13
    Multithreading basics
    Lambda function , creating thread , running multiple threads simultaneously.