Programming in C++
Programming the standard-language
Specifications
Name : Programming in C++
Duration : 1 month
Contents
Principals of Object Oriented Programming
Tokens, Expression and Control Structures, Various data types and data structures,
Variable declarations, Operators and Scope of Operators
Functions, Classes and Objects: Protoyping, referencing the variables in functions,
Memory alloction for classes and objects. Array of objects, pointers to member
functions.
Constructors and Destructors,Operator Overloading and Type Conversion
Inheritance: Derived Classes, type of inheritance and various type of classes
Pointers, virtual functions and polymorphism
I/O operations and files: classes for files, Operation on a file, file pointers
|