Course Code: CC 31
Duration : 06 MONTH
Course Fees: Govt.fee /-
Click to pay button below for apply this course. After Payment
Please Call us : +91 8926114718 and Email us with Success Payment Screenshot. Mail to: wbvts185@gmail.com
Introduction to C Programming: C++, c versus other languages, high vs. low level programs, python implementation, scientific hello world in C++, the code, differences from the C++ version, how to compile and link C++ programs, collect compiler commands in a script, running the script, program structure, type conversion, dynamic memory allocation.
Control Structures: Principles function overloading, function prototype declaration, function call, function definition, actual and formal argument, the return statement, call by value, call by address, call by reference, default arguments, inline function.
Constructors and Destructors: Constructors, general syntax of constructor, default constructor, parameterized constructors, copy constructor, default arguments, some important points about constructors, destructors, general syntax of destructors, some important points about destructors.
Classes and Object: Class Concept, Defining Classes, Defining methods, using object, pointer to object, member object, constant member object, types of classes.
Arrays: Defining arrays, initializing arrays, class arrays, multidimensional arrays, member arrays.
C++: Introduction, basic C++ program construction, C++ data type, C++ manipulators, Arithmetic operators, C++ library functions, the object oriented class library, pre-processor directives in C++, object- oriented programming, C++ vs. java: differences, C files & runtime environment , debugging: gdb.