SlideShare a Scribd company logo
1 of 7
Download to read offline
Hi
Happy Day,
Training Name: C & C++
Description: The course fully covers the basics programming in the “C” programming
language and demonstrates fundamental programming techniques, custom and vocabulary
including the most common library functions and the usage of the processors.
Training Overview
 To familiarize the trainee with basic concept of computer programming and developer tools.
 To present the syntax and semantics of the “C” language as well as data types offered by the
language.
 To allow the trainee to write their own programs using standard language infrastructure regardless
of the hardware or software platform.
Training Content
Introduction to "C" Language
 Data types
 Indentation
o If else
 Operators
 The “WHILE” Loop
 The “For” Loop
 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
 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
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
 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
 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
 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
 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

More Related Content

What's hot

Deletion of a Record from a File - K Karun
Deletion of a Record from a File - K KarunDeletion of a Record from a File - K Karun
Deletion of a Record from a File - K KarunDipayan Sarkar
 
14 file handling
14 file handling14 file handling
14 file handlingAPU
 
UNIT 10. Files and file handling in C
UNIT 10. Files and file handling in CUNIT 10. Files and file handling in C
UNIT 10. Files and file handling in CAshim Lamichhane
 
java.io - streams and files
java.io - streams and filesjava.io - streams and files
java.io - streams and filesMarcello Thiry
 
File handling in Python
File handling in PythonFile handling in Python
File handling in PythonMegha V
 
Basic i/o & file handling in java
Basic i/o & file handling in javaBasic i/o & file handling in java
Basic i/o & file handling in javaJayasankarPR2
 
Java - File Input Output Concepts
Java - File Input Output ConceptsJava - File Input Output Concepts
Java - File Input Output ConceptsVicter Paul
 
SWT Lecture Session 9 - RDB2RDF direct mapping
SWT Lecture Session 9 - RDB2RDF direct mappingSWT Lecture Session 9 - RDB2RDF direct mapping
SWT Lecture Session 9 - RDB2RDF direct mappingMariano Rodriguez-Muro
 
Advanced SQL - Database Access from Programming Languages
Advanced SQL - Database Access  from Programming LanguagesAdvanced SQL - Database Access  from Programming Languages
Advanced SQL - Database Access from Programming LanguagesS.Shayan Daneshvar
 
Files in c++ ppt
Files in c++ pptFiles in c++ ppt
Files in c++ pptKumar
 
File Handling in Java Oop presentation
File Handling in Java Oop presentationFile Handling in Java Oop presentation
File Handling in Java Oop presentationAzeemaj101
 

What's hot (20)

Files in c++
Files in c++Files in c++
Files in c++
 
Deletion of a Record from a File - K Karun
Deletion of a Record from a File - K KarunDeletion of a Record from a File - K Karun
Deletion of a Record from a File - K Karun
 
Files in java
Files in javaFiles in java
Files in java
 
Chapter 08 data file handling
Chapter 08 data file handlingChapter 08 data file handling
Chapter 08 data file handling
 
14 file handling
14 file handling14 file handling
14 file handling
 
UNIT 10. Files and file handling in C
UNIT 10. Files and file handling in CUNIT 10. Files and file handling in C
UNIT 10. Files and file handling in C
 
java.io - streams and files
java.io - streams and filesjava.io - streams and files
java.io - streams and files
 
SWT Lecture Session 11 - R2RML part 2
SWT Lecture Session 11 - R2RML part 2SWT Lecture Session 11 - R2RML part 2
SWT Lecture Session 11 - R2RML part 2
 
Filehandling
FilehandlingFilehandling
Filehandling
 
SWT Lecture Session 10 R2RML Part 1
SWT Lecture Session 10 R2RML Part 1SWT Lecture Session 10 R2RML Part 1
SWT Lecture Session 10 R2RML Part 1
 
File handling in Python
File handling in PythonFile handling in Python
File handling in Python
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
SWT Lecture Session 3 - SPARQL
SWT Lecture Session 3 - SPARQLSWT Lecture Session 3 - SPARQL
SWT Lecture Session 3 - SPARQL
 
Basic i/o & file handling in java
Basic i/o & file handling in javaBasic i/o & file handling in java
Basic i/o & file handling in java
 
Java - File Input Output Concepts
Java - File Input Output ConceptsJava - File Input Output Concepts
Java - File Input Output Concepts
 
SWT Lecture Session 9 - RDB2RDF direct mapping
SWT Lecture Session 9 - RDB2RDF direct mappingSWT Lecture Session 9 - RDB2RDF direct mapping
SWT Lecture Session 9 - RDB2RDF direct mapping
 
File handling in c++
File handling in c++File handling in c++
File handling in c++
 
Advanced SQL - Database Access from Programming Languages
Advanced SQL - Database Access  from Programming LanguagesAdvanced SQL - Database Access  from Programming Languages
Advanced SQL - Database Access from Programming Languages
 
Files in c++ ppt
Files in c++ pptFiles in c++ ppt
Files in c++ ppt
 
File Handling in Java Oop presentation
File Handling in Java Oop presentationFile Handling in Java Oop presentation
File Handling in Java Oop presentation
 

Similar to C, C++ Training Institute in Chennai , Adyar

An Overview Of Python With Functional Programming
An Overview Of Python With Functional ProgrammingAn Overview Of Python With Functional Programming
An Overview Of Python With Functional ProgrammingAdam Getchell
 
Top Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in BangaloreTop Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in BangaloreSaagTechnologies
 
Presentation of Python, Django, DockerStack
Presentation of Python, Django, DockerStackPresentation of Python, Django, DockerStack
Presentation of Python, Django, DockerStackDavid Sanchez
 
Training institute in Bangalore
Training institute in BangaloreTraining institute in Bangalore
Training institute in Bangalorepentagonspace1
 
Best training institute
Best training institute Best training institute
Best training institute pentagonspace1
 
05 Lecture - PARALLEL Programming in C ++.pdf
05 Lecture - PARALLEL Programming in C ++.pdf05 Lecture - PARALLEL Programming in C ++.pdf
05 Lecture - PARALLEL Programming in C ++.pdfalivaisi1
 
Visual Studio 2010 and .NET 4.0 Overview
Visual Studio 2010 and .NET 4.0 OverviewVisual Studio 2010 and .NET 4.0 Overview
Visual Studio 2010 and .NET 4.0 Overviewbwullems
 
.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep Joshi.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep JoshiSpiffy
 
Building scalable and language-independent Java services using Apache Thrift ...
Building scalable and language-independent Java services using Apache Thrift ...Building scalable and language-independent Java services using Apache Thrift ...
Building scalable and language-independent Java services using Apache Thrift ...IndicThreads
 
conceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdf
conceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdfconceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdf
conceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdfSahajShrimal1
 
Introduction to C++, Standard Library, Class Template vector.pptx
Introduction to C++, Standard  Library, Class Template  vector.pptxIntroduction to C++, Standard  Library, Class Template  vector.pptx
Introduction to C++, Standard Library, Class Template vector.pptxemsResulzade1
 
Building scalable and language independent java services using apache thrift
Building scalable and language independent java services using apache thriftBuilding scalable and language independent java services using apache thrift
Building scalable and language independent java services using apache thriftTalentica Software
 
CSE3146-ADV JAVA M2.pdf
CSE3146-ADV JAVA M2.pdfCSE3146-ADV JAVA M2.pdf
CSE3146-ADV JAVA M2.pdfVithalReddy3
 
Android training in Nagpur
Android training in Nagpur Android training in Nagpur
Android training in Nagpur letsleadsand
 
Android classes-in-pune-syllabus
Android classes-in-pune-syllabusAndroid classes-in-pune-syllabus
Android classes-in-pune-syllabuscncandrwebworld
 

Similar to C, C++ Training Institute in Chennai , Adyar (20)

An Overview Of Python With Functional Programming
An Overview Of Python With Functional ProgrammingAn Overview Of Python With Functional Programming
An Overview Of Python With Functional Programming
 
Top Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in BangaloreTop Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in Bangalore
 
Presentation of Python, Django, DockerStack
Presentation of Python, Django, DockerStackPresentation of Python, Django, DockerStack
Presentation of Python, Django, DockerStack
 
Java basics
Java basicsJava basics
Java basics
 
Core java online training
Core java online trainingCore java online training
Core java online training
 
Training institute in Bangalore
Training institute in BangaloreTraining institute in Bangalore
Training institute in Bangalore
 
Best training institute
Best training institute Best training institute
Best training institute
 
05 Lecture - PARALLEL Programming in C ++.pdf
05 Lecture - PARALLEL Programming in C ++.pdf05 Lecture - PARALLEL Programming in C ++.pdf
05 Lecture - PARALLEL Programming in C ++.pdf
 
Visual Studio 2010 and .NET 4.0 Overview
Visual Studio 2010 and .NET 4.0 OverviewVisual Studio 2010 and .NET 4.0 Overview
Visual Studio 2010 and .NET 4.0 Overview
 
.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep Joshi.NET 4 Demystified - Sandeep Joshi
.NET 4 Demystified - Sandeep Joshi
 
Introduction to c_sharp
Introduction to c_sharpIntroduction to c_sharp
Introduction to c_sharp
 
Building scalable and language-independent Java services using Apache Thrift ...
Building scalable and language-independent Java services using Apache Thrift ...Building scalable and language-independent Java services using Apache Thrift ...
Building scalable and language-independent Java services using Apache Thrift ...
 
conceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdf
conceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdfconceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdf
conceptsinobjectorientedprogramminglanguages-12659959597745-phpapp02.pdf
 
Introduction to C++, Standard Library, Class Template vector.pptx
Introduction to C++, Standard  Library, Class Template  vector.pptxIntroduction to C++, Standard  Library, Class Template  vector.pptx
Introduction to C++, Standard Library, Class Template vector.pptx
 
Building scalable and language independent java services using apache thrift
Building scalable and language independent java services using apache thriftBuilding scalable and language independent java services using apache thrift
Building scalable and language independent java services using apache thrift
 
CSE3146-ADV JAVA M2.pdf
CSE3146-ADV JAVA M2.pdfCSE3146-ADV JAVA M2.pdf
CSE3146-ADV JAVA M2.pdf
 
Android training in Nagpur
Android training in Nagpur Android training in Nagpur
Android training in Nagpur
 
Android classes-in-pune-syllabus
Android classes-in-pune-syllabusAndroid classes-in-pune-syllabus
Android classes-in-pune-syllabus
 
C++ ppt
C++ pptC++ ppt
C++ ppt
 
C++ ppt.pptx
C++ ppt.pptxC++ ppt.pptx
C++ ppt.pptx
 

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

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 

C, C++ Training Institute in Chennai , Adyar

  • 1. Hi Happy Day, Training Name: C & C++ Description: The course fully covers the basics programming in the “C” programming language and demonstrates fundamental programming techniques, custom and vocabulary including the most common library functions and the usage of the processors. Training Overview  To familiarize the trainee with basic concept of computer programming and developer tools.  To present the syntax and semantics of the “C” language as well as data types offered by the language.  To allow the trainee to write their own programs using standard language infrastructure regardless of the hardware or software platform. Training Content Introduction to "C" Language  Data types  Indentation o If else  Operators  The “WHILE” Loop  The “For” Loop  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
  • 2.  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  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
  • 3.  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 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
  • 4.  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  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
  • 5.  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  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
  • 6.  Abstract base class Advanced Features  Classes Within Classes  Friend Functions  Friend Classes  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
  • 7.  Lists  Single linked lists  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