SlideShare a Scribd company logo
1 of 8
Download to read offline
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
Hi,
Happy Day !!
Program Details: C & C++
Course content:
Training Name : HB Certified Programmer in C & C++
Duration : 60 hrs
Training Content:
Introduction to "C" Language
 Data types
 Indentation
o If else
 Operators
 The “WHILE” Loop

 The “For “ Loop
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
 Nested Loop Statements
 The “BREAK” & “CONTINUE” Statement
o Switch case default & break
 Bitwise operators
Functions
 Introduction to Functions
 Need for Functions
 Standard & User defined Functions
 What is header file
 How to create our own header file
 Difference between source file & exe file
 How to create exe file
 Defining & Calling Functions
 Storage Classes
o Automatic Storage Classes
o Register Storage Classes
o Static Storage Classes
o External Storage Classes
 Pass by Value, pass by Reference
 Return by value & return by address
 Recursive Functions
Pointers
 Memory concept
 Pointers to variable
 Pointers to pointers
 Pointers with operation
Arrays
 Introduction to Arrays
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
 Need for Arrays
 Arrays with pointers
 Arrays with functions
 Types of Arrays
 One Dimensional Arrays
 Two Dimensional Arrays
 Multi Dimensional Arrays
Strings
 Char pointers
 Char array (String)
 Declaring & Initializing String Variables
 Strings with pointers
 Strings with functions
 String Functions
 Creation of our own string.h
 Array of Strings
 #define (preprocessing work)
Structures, Unions, Enum and typedef
 Enum and typedef
 Introduction to Structures
 Defining Structures
 Struct with pointers, arrays, strings and functions
 Array, Strings as Structures Members
 Containership
 Union, Different between Structure & Union
Graphics Programming
 In text Mode
 In Graphics Mode
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
File Operations
 Introduction to files
 Types of Files
 File Pointers
 Opening & Closing Files
 Modifying & deleting Files
 Interacting with
o text files (ex: .txt, .c, .cpp)
o non text files (ex: .dat, .mpg, .avi, .mp3)
o data base files
 Creating database with file operation
 Command Line Arguments
Dynamic Memory Allocation ( DS )
 Purpose of dynamic memory allocation
 Malloc , calloc ,realloc and free
 Sorting
 Recursion
 Lists
 Single linked lists
 Double linked lists
 Circular linked lists
 Stacks
 Queues
 Adding 2 lists
 Inserting a node in required position
 Deleting a node from required position
Introduction to "C++" Programming
C++-programming
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
 Oops
 Function Prototypes
 Comments
 Typecasting
 Void Pointers
 The :: operator
 The Const Qualifier
 Reference variables
Functions
 Function Prototypes
 Function Overloading
 Default Arguments in Functions
 Call by value, address & reference
 Return by value, by address & by reference
 Inline Functions
Classes in C++
 Member function
 Function Definition Outside The Class
 Classes and Constructors
 Destructors
 Copy Constructor
 The this Pointer
 New and delete Operators
 Using new and delete
 Malloc ( ) / free ( ) versus new/delete
 Classes, Objects and Memory
 Structures vs. Classes
Miscellaneous Class Issues
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
 Static Class Data
 Static Member Functions
 Data Conversion
 Friend functions & friend Classes
 Data Conversion between Objects of Different Classes
Overloading operators
 Introduction
 Overloading assignment operator
 Overloading ++, --, +, -, *, /,<,> …. & Logical operators
 Overloading operators between different objects
 Overloading << and >> (stream operators)
Inheritance
 Constructors in Inheritance
 Private Inheritance
 Protected Inheritance
 Functions That Are Not inherited
 Virtual Function
 Pure virtual functions
 Virtual Functions in Derived Classes
 Virtual Functions and Constructors
 Destructors and virtual Destructors
 Virtual Base Classes
 Abstract class
 Abstract base class
Advanced Features
 Classes Within Classes
 Friend Functions
 Friend Classes
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
 Overloading << and >>
Input / Output In C++ (File operations)
 Manipulators
 File I/O with Streams
 Opening and closing files
 Creating database with file Operation
 Binary I/O
 Elementary Database Management
 Interacting with
o Text files (ex: .txt, .c, .cpp)
o Non-text files (ex: .dat, .mpg, .avi, .mp3)
 Creating database with file operation
New Advanced Features
 Templates
 Function templates
 Class templates
 Exception handling
 Namespaces
 RTTI (Runtime Type Information)
 STL (Standard Template library)
 Dynamic cast operator
 Typeid operator
 Typeinfo class
Data Structures with C++
 Sorting
 Recursion
 Lists
 Single linked lists
HB Education and Consulting Services (P) Ltd
New No.89, Old No. 39/40,1st
Main Road,
Gandhi Nagar, Adyar, Chennai – 6000 020
Tel: +91-44-42115338, +91-8939273509
Email: sasikala@hbservices.in
Web: www.hbservices.in
 Double linked lists
 Circular linked lists
 Traversing of linked lists
 Stacks
 Queues
 Adding 2 lists
 Inserting a node in required position
 Deleting a node from required position
Please Visit http://www.hbservices.in/ccna.html
Other Courses : CCNA | ITIL | CCNP | MCITP | GB | MCSA | BB | Adv Excel
Revert for any clarification or Call /Whatsapp @ 8939273509

More Related Content

Similar to C,c++ training centre in adyar

C++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docx
C++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docxC++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docx
C++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docx
RAHUL126667
 
C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]
Uma Maheswari
 
Programmingwithc 131017034813-phpapp01
Programmingwithc 131017034813-phpapp01Programmingwithc 131017034813-phpapp01
Programmingwithc 131017034813-phpapp01
Getachew Ganfur
 
M.tech.(cse) (regular) part i(semester i &amp; ii)
M.tech.(cse) (regular) part i(semester i &amp; ii)M.tech.(cse) (regular) part i(semester i &amp; ii)
M.tech.(cse) (regular) part i(semester i &amp; ii)
Rekha Bhatia
 

Similar to C,c++ training centre in adyar (18)

Advanced excel training - HB Educational Services
Advanced excel training - HB Educational ServicesAdvanced excel training - HB Educational Services
Advanced excel training - HB Educational Services
 
PROGRAMMING COURSE DATA STRUCTURES
PROGRAMMING COURSE DATA STRUCTURESPROGRAMMING COURSE DATA STRUCTURES
PROGRAMMING COURSE DATA STRUCTURES
 
C++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docx
C++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docxC++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docx
C++ PROGRAMMINGPROGRAM DESIGN INCLUDING DATA STRUCTURES.docx
 
C, C++ Training Institute in Chennai , Adyar
C, C++ Training Institute in Chennai , AdyarC, C++ Training Institute in Chennai , Adyar
C, C++ Training Institute in Chennai , Adyar
 
Python Training in Chandigarh(Mohali)
Python Training in Chandigarh(Mohali)Python Training in Chandigarh(Mohali)
Python Training in Chandigarh(Mohali)
 
C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]
 
Ccna 200-125 Training Content
Ccna 200-125 Training ContentCcna 200-125 Training Content
Ccna 200-125 Training Content
 
Intermediate excel - HB Educational Services
Intermediate excel - HB Educational ServicesIntermediate excel - HB Educational Services
Intermediate excel - HB Educational Services
 
Industrail training in php
Industrail training in phpIndustrail training in php
Industrail training in php
 
Ati course contents
Ati course contentsAti course contents
Ati course contents
 
Computer Programming in C++
Computer Programming in C++ Computer Programming in C++
Computer Programming in C++
 
Kursi Front End Development
Kursi Front End DevelopmentKursi Front End Development
Kursi Front End Development
 
Kurs Front End Development
Kurs Front End DevelopmentKurs Front End Development
Kurs Front End Development
 
Intermediate excel training centre in adyar
Intermediate excel training centre  in adyarIntermediate excel training centre  in adyar
Intermediate excel training centre in adyar
 
Ruby on Rails Training in Bangalore Classroom, Online
Ruby on Rails Training in Bangalore Classroom, OnlineRuby on Rails Training in Bangalore Classroom, Online
Ruby on Rails Training in Bangalore Classroom, Online
 
Course Content - CETPA
Course Content - CETPACourse Content - CETPA
Course Content - CETPA
 
Programmingwithc 131017034813-phpapp01
Programmingwithc 131017034813-phpapp01Programmingwithc 131017034813-phpapp01
Programmingwithc 131017034813-phpapp01
 
M.tech.(cse) (regular) part i(semester i &amp; ii)
M.tech.(cse) (regular) part i(semester i &amp; ii)M.tech.(cse) (regular) part i(semester i &amp; ii)
M.tech.(cse) (regular) part i(semester i &amp; ii)
 

More from sasikalaD3

More from sasikalaD3 (20)

Aws solution architect training and certification
Aws solution architect training and certificationAws solution architect training and certification
Aws solution architect training and certification
 
C,c++ training centre in adyar
C,c++ training centre in adyarC,c++ training centre in adyar
C,c++ training centre in adyar
 
Aws certified dev ops administrator
Aws certified dev ops administrator  Aws certified dev ops administrator
Aws certified dev ops administrator
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyar
 
Advanced excel training centre in adyar
Advanced excel training centre in adyarAdvanced excel training centre in adyar
Advanced excel training centre in adyar
 
Computer hacking forensic investigator
Computer hacking forensic investigatorComputer hacking forensic investigator
Computer hacking forensic investigator
 
Mcsa training institute in adyar
Mcsa training institute in adyarMcsa training institute in adyar
Mcsa training institute in adyar
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyar
 
Itil exam centre in adyar
Itil exam centre in adyarItil exam centre in adyar
Itil exam centre in adyar
 
Advanced excel training centre in adyar
Advanced excel training centre in adyarAdvanced excel training centre in adyar
Advanced excel training centre in adyar
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyar
 
C,c++ training centre in adyar
C,c++ training centre in adyarC,c++ training centre in adyar
C,c++ training centre in adyar
 
Mcsa training institute in adyar
Mcsa training institute in adyarMcsa training institute in adyar
Mcsa training institute in adyar
 
Advanced excel training centre in adyar
Advanced excel training centre in adyarAdvanced excel training centre in adyar
Advanced excel training centre in adyar
 
Mcsa training institute in adyar
Mcsa training institute in adyarMcsa training institute in adyar
Mcsa training institute in adyar
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyar
 
C,c++ training centre in adyar
C,c++ training centre in adyarC,c++ training centre in adyar
C,c++ training centre in adyar
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyar
 
Core java training centre in adyar
Core java training centre in adyarCore java training centre in adyar
Core java training centre in adyar
 
Advanced excel training centre in adyar
Advanced excel training centre in adyarAdvanced excel training centre in adyar
Advanced excel training centre in adyar
 

Recently uploaded

Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
EADTU
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
中 央社
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
CaitlinCummins3
 

Recently uploaded (20)

AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
Supporting Newcomer Multilingual Learners
Supporting Newcomer  Multilingual LearnersSupporting Newcomer  Multilingual Learners
Supporting Newcomer Multilingual Learners
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
Rich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdfRich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdf
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
male presentation...pdf.................
male presentation...pdf.................male presentation...pdf.................
male presentation...pdf.................
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptx
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 

C,c++ training centre in adyar

  • 1. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in Hi, Happy Day !! Program Details: C & C++ Course content: Training Name : HB Certified Programmer in C & C++ Duration : 60 hrs Training Content: Introduction to "C" Language  Data types  Indentation o If else  Operators  The “WHILE” Loop   The “For “ Loop
  • 2. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in  Nested Loop Statements  The “BREAK” & “CONTINUE” Statement o Switch case default & break  Bitwise operators Functions  Introduction to Functions  Need for Functions  Standard & User defined Functions  What is header file  How to create our own header file  Difference between source file & exe file  How to create exe file  Defining & Calling Functions  Storage Classes o Automatic Storage Classes o Register Storage Classes o Static Storage Classes o External Storage Classes  Pass by Value, pass by Reference  Return by value & return by address  Recursive Functions Pointers  Memory concept  Pointers to variable  Pointers to pointers  Pointers with operation Arrays  Introduction to Arrays
  • 3. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in  Need for Arrays  Arrays with pointers  Arrays with functions  Types of Arrays  One Dimensional Arrays  Two Dimensional Arrays  Multi Dimensional Arrays Strings  Char pointers  Char array (String)  Declaring & Initializing String Variables  Strings with pointers  Strings with functions  String Functions  Creation of our own string.h  Array of Strings  #define (preprocessing work) Structures, Unions, Enum and typedef  Enum and typedef  Introduction to Structures  Defining Structures  Struct with pointers, arrays, strings and functions  Array, Strings as Structures Members  Containership  Union, Different between Structure & Union Graphics Programming  In text Mode  In Graphics Mode
  • 4. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in File Operations  Introduction to files  Types of Files  File Pointers  Opening & Closing Files  Modifying & deleting Files  Interacting with o text files (ex: .txt, .c, .cpp) o non text files (ex: .dat, .mpg, .avi, .mp3) o data base files  Creating database with file operation  Command Line Arguments Dynamic Memory Allocation ( DS )  Purpose of dynamic memory allocation  Malloc , calloc ,realloc and free  Sorting  Recursion  Lists  Single linked lists  Double linked lists  Circular linked lists  Stacks  Queues  Adding 2 lists  Inserting a node in required position  Deleting a node from required position Introduction to "C++" Programming C++-programming
  • 5. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in  Oops  Function Prototypes  Comments  Typecasting  Void Pointers  The :: operator  The Const Qualifier  Reference variables Functions  Function Prototypes  Function Overloading  Default Arguments in Functions  Call by value, address & reference  Return by value, by address & by reference  Inline Functions Classes in C++  Member function  Function Definition Outside The Class  Classes and Constructors  Destructors  Copy Constructor  The this Pointer  New and delete Operators  Using new and delete  Malloc ( ) / free ( ) versus new/delete  Classes, Objects and Memory  Structures vs. Classes Miscellaneous Class Issues
  • 6. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in  Static Class Data  Static Member Functions  Data Conversion  Friend functions & friend Classes  Data Conversion between Objects of Different Classes Overloading operators  Introduction  Overloading assignment operator  Overloading ++, --, +, -, *, /,<,> …. & Logical operators  Overloading operators between different objects  Overloading << and >> (stream operators) Inheritance  Constructors in Inheritance  Private Inheritance  Protected Inheritance  Functions That Are Not inherited  Virtual Function  Pure virtual functions  Virtual Functions in Derived Classes  Virtual Functions and Constructors  Destructors and virtual Destructors  Virtual Base Classes  Abstract class  Abstract base class Advanced Features  Classes Within Classes  Friend Functions  Friend Classes
  • 7. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in  Overloading << and >> Input / Output In C++ (File operations)  Manipulators  File I/O with Streams  Opening and closing files  Creating database with file Operation  Binary I/O  Elementary Database Management  Interacting with o Text files (ex: .txt, .c, .cpp) o Non-text files (ex: .dat, .mpg, .avi, .mp3)  Creating database with file operation New Advanced Features  Templates  Function templates  Class templates  Exception handling  Namespaces  RTTI (Runtime Type Information)  STL (Standard Template library)  Dynamic cast operator  Typeid operator  Typeinfo class Data Structures with C++  Sorting  Recursion  Lists  Single linked lists
  • 8. HB Education and Consulting Services (P) Ltd New No.89, Old No. 39/40,1st Main Road, Gandhi Nagar, Adyar, Chennai – 6000 020 Tel: +91-44-42115338, +91-8939273509 Email: sasikala@hbservices.in Web: www.hbservices.in  Double linked lists  Circular linked lists  Traversing of linked lists  Stacks  Queues  Adding 2 lists  Inserting a node in required position  Deleting a node from required position Please Visit http://www.hbservices.in/ccna.html Other Courses : CCNA | ITIL | CCNP | MCITP | GB | MCSA | BB | Adv Excel Revert for any clarification or Call /Whatsapp @ 8939273509