Online or onsite, instructor-led live C++ training courses demonstrate through hands-on practice how to develop applications with C++, C++11, C++14, C++17, and other versions.
C++ training is available as "online live training" or "onsite live training". Online live training (aka "remote live training") is carried out by way of an interactive, remote desktop. Onsite live C++ trainings in Ontario can be carried out locally on customer premises or in NobleProg corporate training centers.
NobleProg -- Your Local Training Provider
London - London City Centre
380 Wellington Street, London, Canada, N6A 5B5
The centre occupies the 6th floor of City Centre Building a conveniently-located corner complex in downtown London, Ontario.
West Toronto - Etobicoke
10 Four Seasons Place, Toronto, Canada, M9B 6H7
Etobicoke is a prestigious area located on the western fringe of Toronto, and is the cushion between Toronto and Mississauga. Easily accessible by public transportation (bus) and is 5 minutes from the local subway station.
Scarborough – 10 Milner Business Court
10 Milner Business Court, Scarborough, Canada, M1B 3C6
The Milner Court Centre occupies the third floor of a corner property. It is easily accessible by public transport, both by bus and the rapid transit system.
Oakville - Winston Park
2010 Winston Park Drive, Oakville, Canada, L6H 5R7
The Winston Park centre is located close to both the Queen Elizabeth Way and Ontario 403 giving easy access for Burlington and Hamilton to the west and Mississauga and Toronto to the East.
Barrie - 49 High Street
49 High Street, Barrie, Canada, L4N 5J4
Balance work and leisure from our office space at 49 High Street. Barrie has a bustling commercial heart and enjoys great connectivity – our central office space is just a few minutes’ drive from Highway 400
Maximise opportunities in this forward-thinking city, a knowledge center home to several tech giants. Our well-connected 180 Northfield Drive West centre is on the city's Corporate Campus near the prestigious University of Waterloo.
Kitchener - 22 Frederick Street
22 Frederick Street, Kitchener, canada, N2H 6M6
Prominent office space in downtown location
Establish your business in the heart of downtown Kitchener. Work alongside leading finance and insurance companies at our 22 Frederick Street offices on the corner of Frederick Street, giving you easy access to local amenities.
Brampton - 2 County Court
2 County Court Boulevard, Brampton, Canada, L6W 3W8
Look to the future with an office space at 2 County Court, a building with outstanding sustainability credentials. The third largest city in Greater Toronto enjoys great transport links, while Toronto’s international airport is under 10 miles away.
Richmond Hill - The Business Exchange
9225 Leslie Street, Richmond Hill, Canada, L4B 3H6
Place your business in the peaceful surroundings of Richmond Hill, home to leading global brands. Located in the northern suburbs, our The Business Exchange workspace is just a 30-minute drive from central Toronto and the International Airport.
Ottawa - Albert & Metcalfe
116 Albert Street, Ottawa, Canada, K1P 5G3
Across the street from the World Exchange Plaza. The Ottawa Shaw Centre and CF Rideau Centre shopping mall 10 minutes away.
Barrie-49 High Street
3rd floor, Dunlop Street West, Barrie, Canada, L4N 1A8
A Perfect Balance of Work and Leisure by Lake Simcoe
Combine productivity with relaxation in our office space at 49 High Street. Located in the vibrant commercial center of Barrie, this office offers excellent connectivity, with Highway 400 just a short drive away.
Work efficiently in a modern brick building featuring a glass-fronted entrance, beautifully designed workspaces, and curated artwork in every meeting room. After a productive day, enjoy the nearby restaurants or take a leisurely walk to Heritage Park by the waterfront for some fresh air and relaxation.
Toronto - Toronto Street
36 Toronto Street, Toronto, Canada, M5C 2C5
Steps away from Toronto's prestigious financial core. Fast link to Pearson International Airport - less than 30 minutes away.
Ottawa - 343 Preston
343 Preston Street, Ottawa, Canada, K1S 1N4
On the top floor of a distinctive office tower that's highly visible from Highway 417, you will find Regus 343 Preston Centre in Ottawa. Only a 10 minute drive from downtown Ottawa, a short stroll away from Downs Lake, and located near the lively intersection of Preston Gladstone in Little Italy.
Mississauga - Airways
5925 Airport Road, Mississauga, Canada, L4V 1W1
Airways is a beautiful center located at 5925 Airport Road, directly across from Toronto Pearson International Airport offering shuttle services. Adjacent to Highways 409 and 427, our center is easily accessible.
This instructor-led, live training in Ontario (online or onsite) is aimed at developers who wish to use advanced C++ programming techniques to develop complex, secure, and high-performance systems and applications.
By the end of this training, participants will be able to:
Set up a development environment that includes all C++ libraries, packages and frameworks.
Understand the features, components, and basic elements of C++.
Create complex C++ applications using advanced programming techniques.
Learn how to write readable, fast, and secure code in C++.
Know the common security pitfalls in C++ language and how to mitigate them.
Implement test strategies for code quality and security control.
Use the diagnostics and debugging tools in C++ development.
Equips quantitative developers with advanced C++ techniques tailored for financial modeling — from core computational algorithms and data structures to derivatives pricing models, risk analytics, and performance-optimized implementations. Guides practitioners through a comprehensive project-based curriculum that bridges theoretical finance with production-grade code, enabling professionals to build accurate, high-speed simulation systems used in trading, market analysis, and risk management.
Writing secure C and C++ code requires rigorous defense against malicious exploitation, memory corruption, and input validation bypasses. This program examines vulnerability patterns including buffer overflows, use-after-free, integer overflows, and type confusion. Participants apply secure coding guidelines, static analysis tools, and defensive programming techniques to eliminate weaknesses, enforce input sanitization, and deliver hardened software resilient against cyberattacks.
Is C++ suitable for embedded systems such as microcontrollers and real-time-operating-systems?
Should object-oriented-programming be used in microcontrollers?
Is C++ too far removed from the hardware to be efficient?
This instructor-led, live training addresses these questions and demonstrates through discussion and practice how C++ can be used to develop embedded systems with code that is accurate, readable, and efficient. Participants put theory into practice through the creation of a sample embedded application in C++.
By the end of this training, participants will be able to:
Understand the principles of object-oriented modelling, embedded software programming and real-time programming
Produce code for embedded systems that is small, fast and safe
Avoid code bloat from templates, exceptions, and other language features
Understand the issues related to using C++ in safety-critical and real-time systems
Debug a C++ program on a target device
Audience
Developers
Designers
Format of the course
Part lecture, part discussion, exercises and heavy hands-on practice
This is a 2 day course aimed at C++ programmers who are interested in applying the new C++11 standard in their industry. It is particularly useful for financial applications developers covering all new features with coding examples to be executed within the lab
This training intends to introduce C++ as the common extension of C when applying object-oriented embedded system development. Since C++ encloses C, this training takes us from C to C++ in a natural way, and looks under the hood of how C++ is implemented. This is especially valuable to comprehend when applying C++ in an embedded resource limited environment. The C++ standard has recently been undergoing a major revision, a.k.a. as C++11, and a new one is on its way, C++14. This course addresses subjects brought in with these revisions that are especially useful like high performance memory management, concurrency making use of a multicore environment, and bare-metal close to the hardware programming.
GOAL/BENEFITS
The major objective of this class is that you shall be able to use C++ in a “correct way”.
Introduce C++ as an object oriented language alternative in an embedded system context
Show the similarities ‑ and differences ‑ with the C language
Comprehend different memory management strategies – especially the move semantics introduced with C++11
Look under the hood and understand what different paradigms in C++ leads to in machine code
Use templates to achieve type safe high order abstractions for bare-metal close to the hardware programming – memory mapped I/O as well as interrupts – especially the variadic templates introduced with C++11
Provide some useful design patterns especially applicable in an embedded context
A few exercises in order to practice some concepts
AUDIENCE/PARTICIPANTS
This training is aimed C++- programmers who intend to start using C++ in an embedded system context.
PREVIOUS KNOWLEDGE
The course requires basic knowledge in C++ programming, corresponding to our trainings ”C++ – Level 1” and ”C++ Level 2 – Introducing C++11”.
PRACTICAL EXERCISES
During the training you will practice the presented concepts in a number of exercises. We will use the open and free integrated development environment from Eclipse
This instructor-led, live training in Ontario (online or onsite) is aimed at developers who wish to use C to apply object oriented programming techniques and improve software design.
By the end of this training, participants will be able to: implement object oriented concepts in C, design modular applications, apply encapsulation and abstraction, and structure maintainable codebases.
The course presents a comprehensive object-oriented language C++ and its use of simple examples. Covering the history and development of C++, participants analyze procedural programming, basic language constructs, and types and declarations. Examining object-oriented concepts like classes, operator overloading, and templates, learners master abstraction, inheritance, and polymorphism. Working with standard containers, algorithms, and iterators, teams explore memory management, namespaces, and exception handling. Participants navigate compiled programs, exception handling, and file streams to build robust, production-grade C++ solutions.
This instructor-led, live training in Ontario covers the fundamentals of game development with Unreal Engine 4 while giving participants the chance to create their own sample game.
Read more...
Last Updated:
Testimonials (8)
Detailed explanation, re-iteration of points in a quite subtle way that really drove the knowledge home very well. Rod's willingness to double-check the odd obscure question that we rasied, to be sure that his answers were 100% right. Also, his interest in discussing the pros & cons of alternate coding styles so that we learnt not only how to use C++ in our intended way, but why it should be done that way.
Nick Dillon - cellxica Ltd
Course - Using C++ in Embedded Systems - Applying C++11/C++14
Experience sharing, it's teacher's know-how and valuable.
Carey Fan - Logitech
Course - C/C++ Secure Coding
The online-ness of it meant that we could save a lot of time. Much appreciated. Also, the fact that the trainer knew both c# and Cpp was a huge help since he could explain everything through knowledge we already possessed.
Gabor - Rheinmetall Electronics Hungary Kft
Course - Advanced C++
Open discussion, trainer very knowledgeable and willing to help with debug and questions
Good balance between theoretical and practical exercises.
JACK ROSS - STMicroelectronics R&D Ltd
Course - Programming in C++
We have been show many different tools (gdb,valgrind,callgrind, google sanitizers, ...) which was really great to have a base knowledge that we can extend when we will need to use one of those tools.
Thibault Marechal - Red Embedded Consulting Sp. z o.o.
Course - C++ 11 Programming
The trainer really adapted the training to our level and took a lot of time and efforts to make sure the presentation was well adapted.
Online C++ training in Ontario, C++ training courses in Ontario, Weekend C++ courses in Ontario, Evening C++ training in Ontario, C++ instructor-led in Ontario, C++ private courses in Ontario, C++ instructor in Ontario, C++ trainer in Ontario, C++ coaching in Ontario, C++ boot camp in Ontario, Weekend C++ training in Ontario, Online C++ training in Ontario, C++ on-site in Ontario, C++ one on one training in Ontario, C++ instructor-led in Ontario, C++ classes in Ontario, Evening C++ courses in Ontario