TRAINING PROGRAM

C & C++ is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which is also equally popular and most widely used among modern software programmers. C++ is a superset of C, and that virtually any legal C program is a legal C++ program. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming.

Major Topics Covered

  • Pointers, Arrays And String
  • File IO and Command Line Arguments
  • Linked Lists, Binary Trees Recursion
  • File IO, Command Line Arguments

C++

  • Inheritance AND Class Design
  • Templates in C++
  • Enums, Preprocessor, Formatted Output And Random Numbers