• Post category:StudyBullet-8
  • Reading time:6 mins read


Learn C++ Intermediate to Advance topics with 1 project.

What you will learn

Advance C++

Enumerations

Structures

Dynamic Memory Allocation

Pointers and Refs with Structs

Loops

Array

Stack and Heap

Recursive Functions

Constructors and Destructors

Inheritance

Polymorphism

Project on C++

Description

C++ is a very popular language for performance-critical applications that rely on speed and efficient memory management. It’s used in a wide range of industries including software and game development, VR, robotics, and scientific computing.

Why we love it:

  • Fast and flexible
  • Low-level functionality
  • Large programming community
  • Strong documentation

C++ is one of the world’s most popular programming languages.

C++ can be found in today’s operating systems, Graphical User Interfaces, and embedded systems.

C++ is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.


Get Instant Notification of New Courses on our Telegram channel.


C++ is portable and can be used to develop applications that can be adapted to multiple platforms.

C++ is fun and easy to learn!

As C++ is close to C# and Java, it makes it easy for programmers to switch to C++ or vice versa

About C++ Programming

  • Multi-paradigm Language – C++ supports at least seven different styles of programming. Developers can choose any of the styles.
  • General Purpose Language – You can use C++ to develop games, desktop apps, operating systems, and so on.
  • Speed – Like C programming, the performance of optimized C++ code is exceptional.
  • Object-oriented – C++ allows you to divide complex problems into smaller sets by using objects.
  • After learning C++, it will be much easier to learn other programming languages like Java, Python, etc.
  • C++ helps you to understand the internal architecture of a computer, how computer stores and retrieves information.
English
language

Content

Introduction

Introduction

Intermediate to Advanced C++

Enumerations
Enumerations Continue
Enum Classes
Typedef and Typealias
Structs
Structs Continue
Auto Keyword
Dynamic Memory Allocation
Pointers and Refs with Structs
For Each Loops
Std Vector
Std Array
Function Returning By Address and Reference
Stack and Heap
Recursive Functions
ClassIn Cpp Part 1
ClassIn Cpp Part 2
ClassIn Cpp Part 3
ClassIn Cpp Part 4
ClassIn Cpp Part 5
More Constructors and Destructors
More Constructors and Destructors Continued
Friends
Inheritance in C
Multiple Inheritance
Polymorphism
Polymorphism Continue

Project on C++

Introduction to The Project
Getting Required Tools
Creating The Employee Struct
Creating The Employee Struct Continue
Selection Menu Part 1
Selection Menu Part 2
Selection Menu Part 3
Selection Menu Part 4
Selection Menu Part 5
Selection Menu Part 6
Add Employee
Add Employee Continue
Modify Employee Record Part 1
Modify Employee Record Part 2
Modify Employee Record Part 3
Delete Employee Record
Print Employee Details