Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »
Item number: 108770254

Programming in C++ Training

Item number: 108770254

Programming in C++ Training

159,00 192,39 Incl. tax

Programming in C++ Training Award-winning E-Learning course Extensive interactive videos with spoken text Certified teachers Practical exercises Certificate.

Read more
Discounts:
  • Buy 2 for €155,82 each and save 2%
  • Buy 3 for €154,23 each and save 3%
  • Buy 5 for €147,87 each and save 7%
  • Buy 10 for €143,10 each and save 10%
  • Buy 25 for €135,15 each and save 15%
  • Buy 50 for €124,02 each and save 22%
  • Buy 100 for €111,30 each and save 30%
  • Buy 200 for €79,50 each and save 50%
Availability:
In stock
Delivery time:
Ordered before 5 p.m.! Start today.
  • Award Winning E-learning
  • Lowest price guarantee
  • Personalized service by our expert team
  • Pay safely online or by invoice
  • Order and start within 24 hours

Programming in C++ E-Learning

Order this amazing, award-winning "Programming in C++" E-Learning course online!
✔️ 1 year of 24/7 access to extensive interactive videos, lectures, hands-on tasks, and progress tracking.
✔️ Receive a certificate of completion upon successful finishing of the course.

Why choose this training?

C++ remains one of the most widely used and influential programming languages in the software industry. This training offers a comprehensive introduction to C++ and teaches you how to build powerful, efficient, and scalable applications. The course combines theoretical knowledge with practical exercises to enhance your programming skills and provide immediately applicable expertise.

What you will learn:

  • The fundamentals of C++ syntax and structure.
  • How to design and develop object-oriented programs (OOP).
  • Working with data types, variables, loops, and conditional statements.
  • Mastering memory management, pointers, and dynamic memory allocation.
  • Advanced concepts like templates, the STL (Standard Template Library), and file handling.

This course is ideal for taking your C++ skills to a professional level and preparing you for challenging software projects.

Who should take this course?

This training is suitable for:

  • Beginner programmers who want to learn the basics of C++.
  • Software developers looking to strengthen their foundation in C++.
  • IT students aiming for a career in software development.
  • Professionals in embedded systems working with low-level programming languages like C and C++.
  • Anyone who wants to build efficient and high-performance applications.

Whether you're a beginner or an experienced developer, this course provides the knowledge and skills you need to excel in C++.

Course content

Class Basics

Course: 16 Minutes

  • Course Introduction
  • Creating Classes and Objects
  • Adding Private Members to Classes
  • Adding Protected Members to Classes
  • Adding Public Members to Classes

Class Constructors

Course: 16 Minutes

  • Creating a Class Constructor
  • Creating a Class Deconstructor
  • Working with Overloaded Constructors
  • Working with Default Constructors

Pointers and Overloading

Course: 11 Minutes

  • Creating Pointers to Classes
  • Creating Classes Defined with Struct
  • Creating Classes Defined with Union
  • Overloading Operators in Classes

Object Oriented Programming

Course: 18 Minutes

  • Using the This Keyword
  • Static Members of Classes
  • Declaring Friend Functions
  • Declaring Friend Classes
  • Understanding Traditional Inheritance
  • Using Multiple Inheritance

Arrays

Course: 25 Minutes

  • Course Introduction
  • Declaring and Initializing Arrays
  • Accessing Array Members
  • Creating Multi-dimensional Arrays
  • Setting a Pointer to an Array
  • Passing Arrays to Functions
  • Returning Arrays from Functions

Pointers

Course: 25 Minutes

  • Understanding Pointers
  • Declaring and Using Pointers in C++
  • Using C++ Null Pointers
  • Executing C++ Pointer Arithmetic
  • Creating an Array of Pointers
  • Passing Pointers to Functions
  • Returning Pointers from Functions

STL Containers

Course: 27 Minutes

  • STL Containers - Forward_list
  • STL Containers - List
  • STL Containers - Map
  • STL Containers - Queue
  • STL Containers - Set
  • STL Containers - Stack
  • STL Containers - Vector

Standard Template Library I/O

Course: 28 Minutes

  • Course Introduction
  • STL IO – Input Streams
  • STL IO – Output Streams
  • STL IO – Opening and Closing Files
  • STL IO – Text Files
  • STL IO – Binary Files
  • STL IO – Stream Pointers
  • STL IO – Encryption

Standard Template Library Headers

Course: 19 Minutes

  • The STL chrono Header
  • The STL exception Header
  • The STL random Header
  • The STL regex Header
  • The STL string Header
  • The STL tuple Header

Function and Class Templates

Course: 13 Minutes

  • Declaring Function Templates
  • Using Function Templates
  • Declaring Class Templates
  • Using Class Templates

Namespaces

Course: 14 Minutes

  • Declaring a Namespace
  • Using a Namespace
  • Creating a Namespace Alias
  • The STD Namespace

Structure and Operators

Course: 45 Minutes

  • Course Introduction
  • The C++ Program Structure
  • C++ Syntax Differences From C
  • Arithmetic Operators
  • Relational and Logical Operators
  • Bitwise Operators
  • Assignment Operators
  • Compound Assignment Operators

Basic Data Types

Course: 35 Minutes

  • C++ Data Types
  • Data Type Modifiers
  • Working with Arrays
  • Dynamically Allocated Arrays and Pointer Access
  • C-style Strings
  • Null Terminated Strings

Advanced Data Types

Course: 43 Minutes

  • UTF-16, UTF-32, and Wide Characters
  • C++ Functions
  • Using Pointer
  • Creating New Data Types
  • C++ Enumerators
  • Using Date and Time in C++
  • C++ Tokens, Digraph and Trigraph Sequences

Branching and Looping

Course: 29 Minutes

  • Course Introduction
  • The If Statement
  • The For Loop
  • The While Loop
  • The Do While Loop
  • The Switch Statement

Functions

Course: 22 Minutes

  • Default Function Arguments
  • Inline Functions
  • Overloaded Functions
  • Pointers as Function Arguments

Variables and Memory Allocation

Course: 37 Minutes

  • Nothing Statements and Scope
  • Memory Allocation and Scope
  • Allocating and Releasing Dynamic Memory
  • Allocating and Releasing Objects
  • Overloading New and Delete

Exception Handling

Course: 12 Minutes

  • Using Asserts
  • Handling Exceptions

I/O, Formatting and Strings

Course: 33 Minutes

  • C/C++: C++ I/O Streams
  • File I/O Stream Classes
  • C++ Comments and Whitespace
  • String Class (std:string)
  • Wide String Class (std:wstring)

Constants

Course: 19 Minutes

  • Course Introduction
  • Using Const with Function Arguments
  • Using Const with Variables
  • Using Const with Pointers

References

Course: 18 Minutes

  • Using References
  • References as Function Arguments
  • References as Function Return Values

Tools and IDEs

Course: 27 Minutes

  • Configuring C++ Toolchains in Eclipse
  • C++ Projects in Eclipse
  • C++ Projects in Visual Studio
  • C++ and the GNU Compiler Collection (GCC)

Class Constructors and Destructors

Course: 19 Minutes

  • The Copy Constructor
  • Chaining Constructors
  • Chaining Destructors

Class and Function Operations

Course: 23 Minutes

  • Operator Overloading
  • Objects and Function Arguments
  • Virtual Functions
  • Abstract and Interface Classes

Files and Command Line

Course: 23 Minutes

  • The C++ Preprocessor
  • Command Line Arguments
  • Headers and Source Files
Language English
Qualifications of the Instructor Certified
Course Format and Length Teaching videos with subtitles, interactive elements and assignments and tests
Lesson duration 9:52 Hours
Progress monitoring Yes
Access to Material 365 days
Technical Requirements Computer or mobile device, Stable internet connections Web browsersuch as Chrome, Firefox, Safari or Edge.
Support or Assistance Helpdesk and online knowledge base 24/7
Certification Certificate of participation in PDF format
Price and costs Course price at no extra cost
Cancellation policy and money-back guarantee We assess this on a case-by-case basis
Award Winning E-learning Yes
Tip! Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.
Total
10/10 (1 Reviews)

    "Perfect training to learn C++"

    Michael on 16 Jun 2022

Loading...

OEM Office Elearning Menu Top 2 in ICT-trainingen 2024!

OEM Office Elearning Menu is trots op de tweede plaats in de categorie ICT-trainingen 2024 bij Beste Opleider van Nederland (Springest/Archipel). Dank aan al onze cursisten voor hun vertrouwen!

Reviews

Total
10/10 (1 Reviews)

    "Perfect training to learn C++"

    Michael on 16 Jun 2022

Combideals

3,500+ companies worldwide

Trust our e-learning and IT training solutions for the successful digitalization of their teams.

25,000+ professionals trained

Successful training for Microsoft 365 and IT — practical, interactive and immediately applicable.

Microsoft Gold Partner

Official training partner with the highest quality standards for Microsoft 365 and IT training.

ISO 9001/27001 certified

Quality management and maximum data security for your corporate training — fully GDPR compliant.