0% found this document useful (0 votes)
7 views

C++ Session's Topic

Uploaded by

Tushar Bhosale
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

C++ Session's Topic

Uploaded by

Tushar Bhosale
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

C++ Session's Topic: 1

-----------------------------------
- C brief history
- standards of C
- Data Types in C
- Entry point function of C
- C++ Software Development Kit
- C Flow of execution
- Concepts of Pre-Processor, Compiler, Assembler, Linker, Loader and Debugger etc.

Make sure you go through the above topics which are discussed during today's
lecture.

C++ Session's Topic 2


-----------------------------------
- Memory structure of C/C++ program process
- Stack Section, Heap Section
- Stack Frame
- Function Activation Record
- Pointer
- Concept
- Declaration
- Wild pointer
- Initialization and Assignment
- NULL and Null Pointer
- const qualifier
- Constant and Pointer Combination.

Practice the above topics and read about them as well.

C++ Session's Topic discussed 3


----------------------------------------
- Structure in C
- Structure in C++
- Implementation of struct methods
- Array of struct objects
- Access Specifiers
- Class and Object
- Concept of Class
- Data Member
- Member function
- Introduction to Namespace
- Need of namespace

Practice all the above topics during your lab time.

C++ Session's Topic discussed 4


---------------------------------------
- Concept of Call By Value and Call By Address
- Passing Structure to a Function (By Value/By Address)
- Assigning dynamic memory to structure
- Use of malloc and free method
- Implementation of scope resolution operator :: in various aspects
- Creating Header Files of user defined class
- Concept of Header Guard
- #include<iostream.h> vs #include"iostream.h"
- Storage classes in C/C++
- Scope in C/C++
- Concept of Stream in C/C++
- Different Stream Objects in C and C++

Practice the above topics during lab time.

You might also like