About this course
C++ is a general purpose, case-sensitive, free-form programming language that supports object-oriented, procedural and generic programming. C++ is a middle-level language, as it encapsulates both high and low level language features.
C++ is a leading programming language used in game development, virtual reality, real-time simulation and high-frequency trading, where efficiency and speed matter.
One reason why C++ is so effective is its ability to work very closely with hardware. Additionally, as an object-oriented programming language, it offers flexibility in development. This makes it the go-to language when speed and performance are non-negotiable.
C++ is a leading programming language used in game development, virtual reality, real-time simulation and high-frequency trading, where efficiency and speed matter.
One reason why C++ is so effective is its ability to work very closely with hardware. Additionally, as an object-oriented programming language, it offers flexibility in development. This makes it the go-to language when speed and performance are non-negotiable.
Who will Teach you?
Qualified industry instructor will teach you
What are the prerequisites for learning C++?
- C++ Compiler
- Text Editor
- Linker
- Libraries
What you will learn?
You will learn the fundamentals of C++ programming, operators, pointers, functions, file handling, object-oriented programming, etc.
Hurry!!! Schedule your demo and start learning today!
After completing these levels you will become expert in C++ programming language
⇨
Level 1
Complete the lecture
⇨
Level 2
Solve daily coding assignments and quizzes
⇨
Level 3
Get your doubts cleared after
attending the doubt session
⇨
Level 4
Take the final exam based on
C++ programming and then get
your qualification certificate
FAQ
1). When does the program start?
The session will starts on 15th June 2024.
2). What is the format of the course?
The course includes live online classes, hands-on projects and interactive Q&A sessions.
3). Will there be assignments and projects?
Yes, there will be daily assignments and multiple projects to show case your skills.
4). Who are the instructors?
Our instructors are industry experts with years of experience in software development.
5). How can I enroll in the course?
You can enroll by clicking the "Enroll Now" button on this page and completing the registration process.
6). Do I get a certificate upon completion?
Yes, you will receive a certificate of completion from QualifyEd on successful completion of training.
7). How can I contact support if I have questions?
You can contact our support team at support@qualified.in or call us at 8901-99-55-33.
Comments (0)
Module 1: Introduction to C++
2 Parts
- 3:00 Hr
- ✓ Introduction to C++
- ✓ Difference between coding & programming
- ✓ Statically & dynamically type programming
- ✓ Setting up the tools
- ✓ Installing C++ Compilers on Windows
- ✓ Installing VS Code on Windows
- ✓ Configuring Visual Studio Code for C++ on Windows
- ✓ About STL
- ✓ Online Compilers
1:30 Hours
Module 2: Basics of C++
7 Parts
- 10:30 Hr
- ✓ First C++ Program
- ✓ C++ Syntax
- ✓ Comments
1:30 Hours
- ✓ Data input and output
- ✓ cerr - standard error stream object in C++
- ✓ Token & Keyword in C
- ✓ Errors and Warnings
1:30 Hours
- ✓ Primitive Data types
- ✓ Non-primitive Data types
- ✓ Literals in C++
1:30 Hours
- ✓ Type Conversion
- ✓ Type Casting
- ✓ Modifiers in C++
1:30 Hours
- ✓ Arithmetic Operators
- ✓ Assignment Operators
- ✓ Bitwise Operators
- ✓ Unary Operators
- ✓ Size-of Operators
1:30 Hours
Lecture 8: Control Statement (If-else statement)
- ✓ If statement
- ✓ If-else statement
- ✓ If-else-if statement
- ✓ Switch & Jump statement
1:30 Hours
Module 3: Arrays, Pointers & Reference in C++
3 Parts
- 4:30 Hr
- ✓ Introduction to Arrays
- ✓ Declaring and using arrays
- ✓ Size of an array
- ✓ Arrays of characters
- ✓ Array Bounds
1:30 Hours
- ✓ Declaring & using pointers
- ✓ Pointer to char
- ✓ Dangling, void, null & wild pointers
- ✓ Memory allocation concept
1:30 Hours
Lecture 12: Introduction to Reference
- ✓ Introduction to References
- ✓ Declaring and using references
- ✓ Comparing pointers and references
- ✓ References and const keyword
1:30 Hours
Module 4: String & Function Concept in C++
4 Parts
- 6:00 Hr
- ✓ About Strings
- ✓ Character Manipulation
- ✓ C-string manipulation
- ✓ C-String concatenation and copy
- ✓ Introducing to std-string
- ✓ Declaring and using std-string
1:30 Hours
Lecture 14: Introduction to Functions (part 1)
- ✓ Function syntax
- ✓ Return statement in function
- ✓ Parameters in function
- ✓ Arguments in function
- ✓ Lambda expression
1:30 Hours
- ✓ Call by value & Call by reference
- ✓ Function overloading concept
- ✓ Overloading with different parameters
- ✓ Inline function
1:30 Hours
Lecture 16: Function Template in C++
- ✓ Introduction to function templates
- ✓ Trying out function templates
- ✓ Template type deduction and explicit arguments
- ✓ Template parameters by reference
- ✓ Template specialization
1:30 Hours
Module 5: Object-oriented programming in C++
5 Parts
- 7:30 Hr
- ✓ Classes & Objects
- ✓ Access Modifiers in C++
- ✓ Constructors & Destructors in C++
- ✓ Static Data Members & Functions
- ✓ ‘this’ pointer in C++
1:30 Hours
Lecture 18: Basics of Oops concept (part 2)
- ✓ Local, Nested & Enum Class
- ✓ Setters & Getters concept
- ✓ Class across multiple files
- ✓ Structure & size of objects
1:30 Hours
- ✓ Encapsulation in C++
- ✓ Abstraction in C++
- ✓ Difference btw Encapsulation & Abstraction
1:30 Hours
Lecture 20: Polymorphism in C++
- ✓ Polymorphism concept
- ✓ Function overriding
- ✓ Function overloading
- ✓ Constructor overloading
1:30 Hours
Lecture 21: Inheritance in C++
- ✓ Inheritance & its access
- ✓ Types of Inheritance
- ✓ Multiple Inheritance
- ✓ Hierarchical Inheritance
- ✓ Multilevel inheritance
- ✓ Constructor in Multiple inheritance
1:30 Hours
Module 6: Advance concept in C++
5 Parts
- 7:30 Hr
Lecture 22: Virtual Function in C++
- ✓ Concept of virtual function
1:30 Hours
Lecture 23: File Handling concept in C++
- ✓ About File Handling concept
- ✓ I/O Redirection
1:30 Hours
Lecture 24: Standard Template Library (STL)
- ✓ About STL
- ✓ Containers in STL
- ✓ Algorithm Library
- ✓ Functors in C++
1:30 Hours
Lecture 25: Pre-processors & Name space
- ✓ Pre-processor concept in C++
- ✓ Name Space concept in C++
1:30 Hours
Lecture 26: Generics & Multithreading in C++
- ✓ Generics
- ✓ Smart Pointers
- ✓ Multithreading
- ✓ Signal Handling
1:30 Hours

0
0 Reviews