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++ training can be carried out locally on customer premises in Cairo or in NobleProg corporate training centers in Cairo.
NobleProg -- Your Local Training Provider
Regus - Cairo Nile City Towers
North Tower, Nile City Towers, Cairo, egypt, 11624
Cornich El Nile, Ramelt Beaulac, North Tower, Nile City Towers, 22nd Floor, Cairo, 11624
The Nile City Towers Centre provides office space on the 22nd and 23rd floors of one of the most prestigious business addresses in the Egyptian capital next to the Nile.
Nile City Towers Center's facilities include video-conferencing and hotels and restaurants are close by. There is easy access by car and public transport. The city is served by an international airport.
Cairo - Four Seasons Hotel
1089 Corniche El Nil, Cairo, egypt
In the heart of Cairo on the banks of the River Nile, our Hotel opens the door to discovering Egypt’s 5,000-year-old ancient mysteries. Just a short drive away, set out to explore the majestic pyramids, the 1,000-year old market, the 12th-century citadel and the ancient Egyptian museum. Later, experience Cairo’s breathtaking sunset from the Nile on a traditional felucca, dine at our nine acclaimed restaurants, relive the pharaoh’s beauty secrets at the Spa or simply take an art tour to see the collection of contemporary local artwork that fills our halls.
Facilities: State-of-the-art audiovisual system
Motorized drop-down screens
Remote-controlled lighting
Wired or wireless high-speed e-mail and internet access
Cairo - Le Méridien Heliopolis
51 El Orouba Street, Cairo, egypt, 11341
Cairo International Airport (CAI)
Hotel direction: 5.0 miles E
Airport shuttle service, reservation required, complimentary
24 Hours, 7 days a week
Shuttle Phone: +20 2 22905055 Ext 0
Alternate transportation: General Authority For Roads; fee: 0.45 USD (one way) ;scheduled
Estimated taxi fare: 8 USD (one way)
Visit CAI airport website
Driving directions
Take Airport Rd and El-Orouba Continue a head ; Drive to al Galla bridge then straight until you find on your right hand Mobile station then U TUREN DRIVE A Head THEN here is the hotel on the right hand.
For any close bus station please note Almaza Bus Station
1.2 miles N from hotel
This instructor-led, live training in Cairo (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.
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
Introduction to C++ Programming Training Course Information
Create, compile, and run C++ programs. Perform traditional programming operations. Write classes to produce maintainable projects. Manage dynamic data reliably and efficiently
This instructor-led, live training in Cairo (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.
This instructor-led, live training in Cairo provides in-depth coverage of Qt and its modules.
By the end of this training, participants will have the necessary knowledge and practice to develop their own C++ application 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.
Online C++ training in Cairo, C++ training courses in Cairo, Weekend C++ courses in Cairo, Evening C++ training in Cairo, C++ instructor-led in Cairo, C++ one on one training in Cairo, C++ boot camp in Cairo, C++ instructor-led in Cairo, C++ coaching in Cairo, Online C++ training in Cairo, C++ private courses in Cairo, C++ on-site in Cairo, Evening C++ courses in Cairo, C++ trainer in Cairo, Weekend C++ training in Cairo, C++ instructor in Cairo, C++ classes in Cairo