C++ is general Purpose Programming language which supports Object Oriented Concepts., generally C++ is a Super Set of C Language Every C application can be upgraded in C++ with Object Oriented Concepts There are many application like Operating Systems.

Unix, Windows, Linux, NoCrysis Warhead and Other Cool games, No Photoshop, No FireFox, No VLC, No FL Studio, No Playstation, No XBOX and the list continue. 90% of the applications in the world are written in C and C++.

C++ Training Course Objective

The main objective student can able to implement the applications can develop the Programs with classes and objects. The developed application of C can change into with classes and can add all the Object Oriented Concepts. Developing in C++ the application is more optimized and efficient than C.

My training benefits

  • My batch sizes are generally very small size 5-7 members OR 1 to 1 also, so students receive direct, hands-on training from us.
  • 100% practical training only. It is not a slide show training program / theory class program. At the end of this class, definitely you will refer your colleagues / friends / relatives for my training.
  • Conducting regularly online- training for US peoples in all time zones (PST,CST,EST,HST,MST)
  • Installation of Softwares in your desktop / laptop will be done.
  • Will be provided self evaluation testing software, exam simulator, dumps & books with this training.
  • Continuous support is provided for any of your on-site problems. Placement assistance will be provided and you will be recommended to some of IT development firms.

For Corporate Training

  • I will be more comfortable, if you could restrict the group not to exceed 20 persons.
  • Training hours will be 40 Hrs/paper in view of 20 participants.
  • Hardware for the required training should be provided by you, like Hall, Projector, and Furniture.
  • I will be bringing my laptop for training purpose, which should be allowed in to your premises.

About Our Trainer

Dinesh has delivered customised training courses for many of the world's best-known brands - and would be happy to consider delivering training for your business, too.

We will cover all major business and technology trends, including Big Data, Machine Learning, the Internet of Things (IoT), Artificial Intelligence (AI), Augmented Reality, Blockchains, Virtual Reality (VR) and robotics, the sharing economy, the rise of platform business models, crowd sourcing, and the ‘as a service’ business model.


Want a free career Advice or any career related queries? Reach him by
+91- 8939915572

Course Curriculum

No curriculum found !

Curriculum

C++ Training Content

Basics

  • Introduction to C++
  • Different paradigms of problem solving
  • POP vs OOP
  • Features of Object Oriented Programming Languages
    • Object
    • Class
    • Abstraction
    • Encapsulation
    • Inheritance
    • Polymorphism
    • Dynamic Binding
    • Message Communication
  • Constants
  • Variables
  • Keywords
  • Data types
  • Declaration of Variables
  • Output Stream (cout) & Manipulators
  • Input Stream (cin)
  • Comments
  • Operators
    • Arithmetic operators
    • Relational operators
    • Logical operators
    • Assignment operators & compound assessment operations
    • Increment & decrement operators
    • Conditional operators
    • Bitwise operators
    • Shift operators
    • Type casting
    • Compound assignment operators
    • Address operators
    • Comma operator
    • Pointer operator
    • Sizeof operator
    • new operator
    • delete operator
    • .*
    • *::
    • ::
  • Control Statements
  • Conditional Control Statements
    • If, if-else
    • nested if-else, if-else-if ladder
  • Multiple Branching Control Structure
    • switch-case
  • Loop Control statements
    • while
    • do-while
    • for
  • Nested Loops
  • Jump Control structures
  • break
  • continue
  • goto
  • return
  • Arrays
  • Strings
  • Structures
  • Pointers
  • Dynamic memory allocation using new and delete

Functions

  • Defining a Function
  • Calling a Function
  • Return statement
  • Function Prototype
  • Basic Function Designs
  • Scope
  • Reference variables
  • Recursion
  • Parameter Passing Methods
    • Call by value
    • Call by address
    • Call by reference
  • Function Overloading
  • Default Arguments
  • Inline Functions

Classes and Objects

  • Defining a Class
  • Creating Objects
  • Access specifiers
  • Accessing Class Members
  • Scope Resolution Operator ( :: )
  • Defining Member Functions
    • Outside the class
    • Inside the class
  • Member function with argument
  • This pointer
  • Passing Objects as Arguments
  • Returning Objects
  • Array of objects
  • Pointer to object
  • Dynamic objects
  • Friend Functions
  • Friend Class
    • Composition
      • Container class
      • Contained class
    • Programs
    • Student Class
    • Employee Class
    • Complex Class
    • Matrix Class
    • Rational Class
    • Circle Class
    • Rectangle Class

Constructors & Destructors

  • Constructors
  • Properties of constructors
  • Types of constructors
    • Default Constructors
    • Parameterized Constructors
    • Copy Constructors
  • Constructor Overloading
  • Constructors with Default Arguments
  • Destructors
  • Differences between Member functions & Constructors
  • Differences between Constructors & Destructors
  • Static Data Members
  • Static member functions
  • Constant data members
  • Constant Member Functions

Operator Overloading

  • Defining Operator Overloading Function
  • Overloading Unary Operators
  • Overloading Binary Operators
  • Overloading Unary Operators using Friend Functions
  • Overloading Binary Operators using Friend Functions
  • Overloading << & >>
  • Programs

Inheritance

  • Class hierarchies
  • Base classes
  • Derived Classes
  • Derived Class Definition
  • Access specifier : protected
  • Types of Inheritance & Programs
    • Single inheritance
    • Multiple inheritance
    • Hierarchical inheritance
    • Multi-level inheritance
    • Hybrid inheritance
    • Multi-path inheritance
  • Constructors in Derived Classes
  • Destructors in Derived Classes

Polymorphism and Virtual Functions

  • Static Binding
  • Dynamic Binding
  • Virtual Destructor
  • Function Overriding
  • Accessing Members using Pointers
  • Virtual Functions
  • Pure Virtual Functions
  • Abstract Classes
  • Virtual Destructors

Templates

  • Introduction
  • Advantages
  • Function Templates
  • Over loading function template
  • Class Templates
  • Inheritance Class Templates

Exception Handling

  • Types of Errors
  • Benefits of exception handling
  • try, catch, throw keywords
  • Throwing an exception
  • ‘try’ block
  • Catching an exception
  • Exception objects
  • Rethrowing an exception
  • Exception Handling Mechanism
  • Catching all exceptions
  • Nested try blocks

Files

  • File Streams Classes
  • Opening & Closing a File
  • Detection End of File
  • File Pointers & Their Manipulation
  • Sequential Files
  • Random Access Files

I-O Streams

  • I-O stream Class hierarchies
  • Unformatted I-O Operation
    • get(), put(), getline()
    • write()
    • in cout
    • cin
  • Formatted I-O Operations
    • width(), precision()
    • fill(), setf()
    • unsetf()
  • Manipulators
    • Manipulator operators
      • Endl, ends
    • manipulator functions
      • setw(), setfill()
      • setprecision()
      • setiosflags()
      • setbase()
      • resetiosflags()
    • User defined manipulators
    • Operator and Overloading

Standard Template Libraries

  • Containers
  • vector
  • list, deque
  • arrays
  • forward_list
  • queue
  • priority_queue
  • stack
  • set, multiset
  • map, multimap
  • Algorithms
    • Sorting, Searching
    • Important STL Algorithms
    • Useful Array algorithms
    • Partition Operations
  • Iterators

Course Reviews

4.2

4.2
67 ratings
  • 5 stars0
  • 4 stars0
  • 3 stars0
  • 2 stars0
  • 1 stars0

QUICK ENQUIRY






Key Features

We provide Job Oriented hands on practical training by real time working professional. its suitable for fresher and professional.

We provide hard copy for classroom students / soft copy for online students.

You will get lifetime video access - Online Students

we provide 24/7 support by any type of issues regarding classes and accessing.

You will get course completion certificate when you finished the course.

greens Technologys Porur provides you job assistance, we have 150+ clients across the globe. We don’t charge any extra fees for this.


TOP COURSES


Our Reviews

Reviews 5 Star Rating: Recommended - Best IT Training in Chennai

5  out of 5  based on 52567 ratings.

Google          5 Star Rating: Recommended - Best IT Training in Chennai

Facebook      5 Star Rating: Recommended - Best IT Training in Chennai

UrbanPro       5 Star Rating: Recommended - Best IT Training in Chennai

Sulekha         5 Star Rating: Recommended - Best IT Training in Chennai

Yet5              5 Star Rating: Recommended - Best IT Training in Chennai

Justdial          5 Star Rating: Recommended - Best IT Training in Chennai


greens Technologys Whatsapp

About Greens Technologys Porur

Greens Technology is the best IT Training Institutes in Chennai Porur, Adyar, OMR, Velachery, Tambaram, Anna Nagar and Navalur with placements, offering 200 and more software courses with 100% Placement Assistance. We are offering Classroom, Online, Corporate training for Oracle, Java, Selenium, AWS, Hadoop, Salesforce, Data Science and more trainings in chennai.


  • 100% Practical Training

  • Your Flexible Timing

  • Free Course Materials

  • Hands on training

  • Step By Step Guidance

  • More than 5 years experience trainers

  • Best classroom environment

Greens Technology Porur

No: 12, 149,
1C/1D, 1st Floor,
Opp to DLF IT Park,
Ramapuram,
Chennai - 600089.

Phone: +91 8939915572
Email: greenstechporur@gmail.com
Website: www.traininginporur.net

top

Copyright © 2019 -2020 greens Technologys Porur. All rights reserved.