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

Advanced excel training - HB Educational Services
Advanced excel training - HB Educational ServicesAdvanced excel training - HB Educational Services
Advanced excel training - HB Educational ServicesHB Educational Services
 
PROGRAMMING COURSE DATA STRUCTURES
PROGRAMMING COURSE DATA STRUCTURESPROGRAMMING COURSE DATA STRUCTURES
PROGRAMMING COURSE DATA STRUCTURESBALUJAINSTITUTE
 
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.docxRAHUL126667
 
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 , AdyarsasikalaD3
 
Python Training in Chandigarh(Mohali)
Python Training in Chandigarh(Mohali)Python Training in Chandigarh(Mohali)
Python Training in Chandigarh(Mohali)ExcellenceAcadmy
 
C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]Uma Maheswari
 
Intermediate excel - HB Educational Services
Intermediate excel - HB Educational ServicesIntermediate excel - HB Educational Services
Intermediate excel - HB Educational ServicesHB Educational Services
 
Computer Programming in C++
Computer Programming in C++ Computer Programming in C++
Computer Programming in C++ Dreamtech Press
 
Kursi Front End Development
Kursi Front End DevelopmentKursi Front End Development
Kursi Front End Developmenttctal
 
Kurs Front End Development
Kurs Front End DevelopmentKurs Front End Development
Kurs Front End Developmenttctal
 
Intermediate excel training centre in adyar
Intermediate excel training centre  in adyarIntermediate excel training centre  in adyar
Intermediate excel training centre in adyarsasikalaD3
 
Programmingwithc 131017034813-phpapp01
Programmingwithc 131017034813-phpapp01Programmingwithc 131017034813-phpapp01
Programmingwithc 131017034813-phpapp01Getachew 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

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

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
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfPondicherry University
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjMohammed Sikander
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MysoreMuleSoftMeetup
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...Nguyen Thanh Tu Collection
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSAnaAcapella
 
ĐỀ 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...Nguyen Thanh Tu Collection
 
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfcupulin
 
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 Partnershipsexpandedwebsite
 
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 ManagementMBA Assignment Experts
 
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.pptxCeline George
 
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...EduSkills OECD
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
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 17Celine George
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaEADTU
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024Borja Sotomayor
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFVivekanand Anglo Vedic Academy
 

Recently uploaded (20)

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...
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
 
Supporting Newcomer Multilingual Learners
Supporting Newcomer  Multilingual LearnersSupporting Newcomer  Multilingual Learners
Supporting Newcomer Multilingual Learners
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
ĐỀ 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...
 
Including Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdfIncluding Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdf
 
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).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
 
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
 
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
 
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...
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
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
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDF
 

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