Saturday, September 27, 2014

// // Leave a Comment

Lecture 1: C++ Programming Tutorial: Hello world (part 1)

Lecture 1: C++ Programming Tutorial: Hello world (part 1)



  
LECTURE SUMMARY:
This video lecture is produced by S. Saurabh. He is B.Tech from IIT and MS from USA.
This lecture introduces C++
Helps you write hello world programs
tells basic step for compilation, linking running of code
basic structure of c++ code.

LECTURE INCLUDES FOLLOWING CONTENTS:
Introduces C++,Helps you write hello world programs,tells basic step for compilation, linking running of code,basic structure of c++ code,cin input,cout output,Formatting of output,An open source IDE for C++ is described. We show how to install codeblocks ide for writing, compiling, running and debugging c++ code,This will help in learning c++ faster,What is avriable in c++,What is data type,Different Types of Data,size of data types,max and min value of data type ,signed and unsigned,bool float int short long double char types,Wraparound of signed integer in C++,Wraparound of unsigned integer in C++,

C++ Programming Tutorial: Variable Naming Convention and Keywords,Naming convention of variables in C++,Standard for writing Variable Names,Variable Names in C++ are case sensitive,Keywords in C++ and variable names,Constant in C++,Literals and Sybolic constants in C++#define,#const variables,Functions in C++,Pass by Value and Pass by Reference,Call by Value and Call by Reference,call by value and call by reference in c,call by value definition,Functions : Arguments and return values,Default parameters in C++,What do you understand by function overloading in C++. What is function overloading or function polymorphism used for,What is recursion in C++,How will you calculate factorial of a number using recursion,Dry run of recusrion for better understanding,Tracing Recursive call using Call Stack and debugger,What is recursion,Trace a recursive factorial function using debugger,What are pointers used in C++,How will you find the memory location of a variable

What is heap memory in C++,How do we store variables in heap or free store,What is new and delete keyword used for,Introduction to Object Oriented Programming and Class in C++,Introduction to Classes and Objects,Creating Classes and Objects,PPT Slide for this lecture is taken from lecture 6 classes of Introduction to C++,Passing class as function argument,Passing class object as function parameter,Object as function parameter,C++ class member function,passing class object as arguments to function,passing class object as reference,passing class object by value to function,need of member function in C++ class,Header files in C++ and Implementing member functions separately,Constructors in C++,Access Modifiers in C++ public, private and protected.

What is Inheritance in C++,Access Types and Inheritance,Public, Private and Protected Inheritance,Order of execution of constructors and destructors in Inheritance,Order of calling constructors/destructors in inheritance,c++ pass parameter to base constructor,how to pass parameters to base class constructor,passing arguments to base class constructor c++,Overriding Base class Function,Hiding of all overloaded methods in base class,What do you understand by virtual function in C++. What is virtual function used for,What is the difference between static binding and dynamic binding in c++,What is polymorphism,What is dynamic binding in c++,What are virtual functions in C++,Copy constructors,Deep copy and shallow copy,constructors,Assignment operator in C++,What do you understand by operator overloading in C++,What is unary operator overloading,How to write prefix and postfix operator overloading,Class Member functions and classes as friends,Friend function in C++,Operator overloading and Friend function,What is operator overloading and how is friend function useful in operator overloading. Give som eexample,Type Casting,Standard template library,STL vector class,apis for vector class,c++ vector stl example,Standard template library List,stl list vs vector,how to use C++ STL sethow to use C++ STL Stack class,how to use C++ STL map. 
"SHARE IT-LET OTHERS KNOW"

0 comments :

Post a Comment