Whether delivered online or onsite, instructor-led live C++ training courses use hands-on practice to demonstrate 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++ training can be carried out locally on customer premises in Nijmegen or in NobleProg corporate training centers in Nijmegen.
NobleProg -- Your Local Training Provider
Nijmegen
Fifty Two Degrees, Jonkerbosplein 52, Nijmegen, Netherlands, 6534 AB
Located in FiftyTwoDegrees, a striking black tower of 18 floors with a 'kink' in the top that is at an angle and known as an unrivaled business address in the east of the Netherlands. FiftyTwoDegrees is designed as a unique business, cultural and social center and is a combination of high concentration of knowledge companies and well thought-out offices that are grouped around a central square
Wageningen
Wageningen WUR, Stippeneng 2 , Wageningen, netherlands, 6708 WE
Wageningen is located on the banks of the Lower Rhine. Excavations date to the first settlements in this area around the Stone Age. The hills to the east of the city offered protection from floods of the Rhine from the Bronze Age. The city has a turbulent history and has been occupied or destroyed several times. The Rhine also changed course in 1421, moved further south and therefore had an adverse effect on the Wageningen trade. In the 17th century, the city started growing tobacco and there were several cigar manufacturers. The floodplains of the Rhine to the south also had several brickworks, one of which can still be seen.
In 1876, the Dutch government decided to build the first agricultural school in Wageningen because it was in the heart of the country and surrounded by a wide variety of soils. Since then, the city has grown enormously and Wageningen University is now a world-famous Life Sciences university. Wageningen also has an important inland port.
The halls of Impulse
Centrally located on Wageningen Campus, near the De halen van Impulse. The glass building and the cheerful colors provide a welcoming atmosphere. Impulse is an excellent location for not too large symposia or training courses. Impulse is located in building 115 on the Campus.
Address Stippeneng 2
6708 WE Wageningen
Wageningen Campus is indicated at the main roads of Wageningen. Follow the P-route to P3 on the campus. The route is indicated from all large parking spaces to the individual buildings on the campus. Impulse's building number is 115.
Arnhem
Arnhem Park Tower, Nieuwe stationsstraat 20, Arnhem, Netherlands, 6811 KS
The Arnhem Nijmegen region is known as a conference destination and has a thriving food and health sector, thanks in part to the presence of two universities.
The Park Tower is located in a modern building on top of the train station in the center of Arnhem's business district. The railway connects the city to national and international cities. Moreover, Arnhem is close to the German border and is easily accessible due to the many train routes. From the 13th and 14th floors of the city center you have a view over the city and the World Trade Center is right next door.
This instructor-led live training in Nijmegen (online or onsite) is designed for developers who wish to utilize advanced C++ programming techniques to create complex, secure, and high-performance systems and applications.
By the end of this training, participants will be able to:
Configure a development environment equipped with all necessary C++ libraries, packages, and frameworks.
Grasp the key features, components, and fundamental elements of C++.
Develop complex C++ applications utilizing advanced programming techniques.
Master the art of writing readable, efficient, and secure C++ code.
Identify common security pitfalls in C++ and learn how to mitigate them.
Implement robust testing strategies to ensure code quality and security.
Utilize diagnostics and debugging tools effectively in C++ development.
Developing robust C and C++ code demands strict protection against malicious exploitation, memory corruption, and input validation failures. This course analyzes common vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion issues. Participants will utilize secure coding standards, static analysis tools, and defensive programming strategies to remove vulnerabilities, ensure proper input sanitization, and build software that is resilient against cyber threats.
Is C++ a suitable choice for embedded systems, such as microcontrollers and real-time operating systems?
Should object-oriented programming be applied in microcontroller environments?
Is C++ too abstracted from the hardware to remain efficient?
This instructor-led live training addresses these questions. Through discussion and practical exercises, it demonstrates how C++ can be utilized to develop embedded systems with code that is accurate, readable, and efficient. Participants will apply theoretical knowledge by creating 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 compact, fast, and safe
Avoid code bloat resulting from templates, exceptions, and other language features
Grasp the challenges associated with 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 two-day course is designed for C++ programmers keen on integrating the new C++11 standard into their professional workflows. It is especially beneficial for developers working on financial applications, as it covers all new features with practical coding examples that can be executed during lab sessions.
This training introduces C++ as the natural evolution of C for object-oriented embedded system development. Since C++ is built upon and encompasses C, this course guides you from C to C++ seamlessly, while examining the underlying implementation details. This insight is particularly valuable when implementing C++ in resource-constrained embedded environments. The C++ standard has undergone significant updates with C++11, and C++14 follows shortly after. This course covers key features introduced by these revisions that are especially beneficial, such as high-performance memory management, concurrency in multicore environments, and bare-metal programming close to the hardware.
GOAL/BENEFITS
The primary objective of this class is to enable you to use C++ correctly and effectively.
Introduce C++ as an object-oriented language alternative within 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++ lead to in machine code
Use templates to achieve type-safe high-order abstractions for bare-metal close-to-the-hardware programming, including memory-mapped I/O and interrupts, especially utilizing variadic templates introduced with C++11
Provide useful design patterns specifically applicable in an embedded context
Include exercises to practice key concepts
AUDIENCE/PARTICIPANTS
This training is aimed at 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
During the training in Nijmegen, there is an ongoing Q&A session between the trainer and participants. The C++ handouts are in PDF format. Solved source code exercises are in the .zip format. The fifth day is dedicated to building a C++ project, debugging the code and performing code reviews.
This instructor-led live training, available Nijmegen (online or onsite), targets developers who wish to apply object-oriented programming techniques using C to enhance 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.
This instructor-led, live training session provides an in-depth look at Qt and its associated modules.
By the conclusion of the training, participants will have acquired the requisite knowledge and hands-on experience to build their own C++ applications using Qt.
Read more...
Last Updated:
Testimonials (7)
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++
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.
Nicolas Guerette-Berthiaume - Trilliant
Course - C++ for Embedded Systems
Good examples, focus on most useful material
Piotr Sowinski - Intel Technology Poland
Course - Object Oriented Programming with C++
Great training atmosphere.
April Faith Manabat - Controtek Solutions Inc
Course - QT Programming
Provisional Upcoming Courses (Contact Us For More Information)
Online C++ training in Nijmegen, C++ training courses in Nijmegen, Weekend C++ courses in Nijmegen, Evening C++ training in Nijmegen, C++ instructor-led in Nijmegen, Evening C++ courses in Nijmegen, C++ coaching in Nijmegen, C++ on-site in Nijmegen, C++ instructor in Nijmegen, Online C++ training in Nijmegen, C++ trainer in Nijmegen, C++ private courses in Nijmegen, C++ boot camp in Nijmegen, C++ one on one training in Nijmegen, C++ classes in Nijmegen, Weekend C++ training in Nijmegen, C++ instructor-led in Nijmegen