Object Oriented Programming with C++ Training Course
Object-Oriented Programming in C++ represents a methodology for implementing core object-oriented principles—such as encapsulation, inheritance, and polymorphism—within the C++ programming language.
This instructor-led live training, available either online or onsite, is designed for developers seeking to leverage C++ to create modular, maintainable, and scalable applications through object-oriented techniques.
Upon completion of this training, participants will be able to:
- Set up and configure a C++ development environment for structured programming.
- Apply object-oriented design principles using C++ constructs such as classes, objects, and pointers.
- Implement encapsulation and abstraction within C++ programs.
- Design reusable and maintainable code by applying object-oriented patterns in C++.
Format of the Course
- Interactive lectures and discussions.
- Extensive exercises and practical practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request customized training for this course, please contact us to arrange.
Course Outline
- Overview
- Characteristics
- Function Overloading
- Scope Resolution Operator
- Classes in C++
- Access Specifiers
- Constructors, Destructors
- Static Members and Functions
- Friend Classes and Friend Functions
- Operator Overloading
- Data Conversions
- Inheritance and Polymorphism
- Exception Handling and Templates
- Input and Output Streams
Requirements
- A solid understanding of basic programming concepts, including variables, loops, and functions.
- Experience with the fundamentals of C++ programming.
- Basic knowledge of software development concepts.
Audience
- C++ programmers looking to master object-oriented programming techniques.
- Software developers transitioning from procedural to object-oriented design.
- Engineers and programmers interested in structuring large-scale C++ applications.
Open Training Courses require 5+ participants.
Object Oriented Programming with C++ Training Course - Booking
Object Oriented Programming with C++ Training Course - Enquiry
Testimonials (1)
Good examples, focus on most useful material
Piotr Sowinski - Intel Technology Poland
Course - Object Oriented Programming with C++
Upcoming Courses
Related Courses
Advanced Arduino Programming
14 HoursIn this instructor-led live training in Taiwan, participants will learn how to program the Arduino using advanced techniques while stepping through the creation of a simple sensor alert system.
By the end of this training, participants will be able to:
- Understand how Arduino works.
- Explore the main components and functionalities of Arduino in depth.
- Program the Arduino without using the Arduino IDE.
Advanced Embedded Systems Development
35 HoursThis instructor-led, live training in Taiwan (online or on-site) is designed for engineers seeking to master embedded C programming for a variety of microcontrollers across different processor architectures, including 8051, ARM CORTEX M-3, and ARM9.
Arduino Programming for Beginners
21 HoursIn this instructor-led live training in Taiwan, participants will learn how to program Arduino for real-world applications, such as controlling lights, motors, and motion detection sensors. This course requires the use of actual hardware components in a live lab environment, rather than software-simulated hardware.
Upon completion of this training, participants will be able to:
- Program Arduino to control lights, motors, and other devices.
- Gain a solid understanding of Arduino's architecture, including inputs and connectors for add-on devices.
- Integrate third-party components such as LCDs, accelerometers, gyroscopes, and GPS trackers to expand Arduino's functionality.
- Understand the various programming language options available, ranging from C to drag-and-drop languages.
- Test, debug, and deploy Arduino solutions to address real-world problems.
Building A Robot from the Ground Up
28 HoursIn this instructor-led, live training, participants will learn how to build a robot using Arduino hardware and the Arduino (C/C++) language.
By the end of this training, participants will be able to:
- Build and operate a robotic system that includes both software and hardware components
- Understand the key concepts used in robotic technologies
- Assemble motors, sensors and microcontrollers into a working robot
- Design the mechanical structure of a robot
Audience
- Developers
- Engineers
- Hobbyists
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
Note
- Hardware kits will be specified by the instructor before the training, but will roughly contain the following components:
- Arduino board
- Motor controller
- Distance sensor
- Bluetooth slave
- Prototyping board and cables
- USB cable
- Vehicle kit
- Participants will need to purchase their own hardware.
- If you wish to customize this training, please contact us to arrange.
Digital Signal Processing (DSP) Fundamentals
21 HoursThis instructor-led live training in Taiwan (online or onsite) is tailored for engineers and scientists who wish to learn and apply DSP implementations to efficiently handle different signal types and gain better control over multi-channel electronic systems.
By the end of this training, participants will be able to:
- Set up and configure the necessary software platform and tools for Digital Signal Processing.
- Understand the concepts and principles that are foundational to DSP and its applications.
- Familiarize themselves with DSP components and employ them in electronics systems.
- Generate algorithms and operational functions using the results from DSP.
- Utilize the basic features of DSP software platforms and design signal filters.
- Synthesize DSP simulations and implement various types of filters for DSP.
Embedded C Application Design Principles
14 HoursThis instructor-led, live training (available online or onsite) is designed for C developers who want to learn embedded C design principles.
By the end of this training, participants will be able to:
- Understand the design considerations that make embedded C programs reliable
- Define the functionality of an embedded system
- Define the program logic and structure to obtain the desired result
- Design a reliable, error-free embedded application
- Obtain optimal performance from target hardware
Format of the Course:
- Interactive lecture and discussion
- Exercises and practice
- Hands-on implementation in a live-lab environment
Course Customization Options:
- To request a customized training for this course, please contact us to arrange.
Electronic Control Unit (ECU) - Practical Vector
28 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at intermediate-level automotive engineers and technicians who wish to gain hands-on experience in testing, simulating, and diagnosing ECUs using Vector tools like CANoe and CANape.
By the end of this training, participants will be able to:
- Understand the role and function of ECUs in automotive systems.
- Set up and configure Vector tools such as CANoe and CANape.
- Simulate and test ECU communication on CAN and LIN networks.
- Analyze data and perform diagnostics on ECUs.
- Create test cases and automate testing workflows.
- Calibrate and optimize ECUs using practical approaches.
Electronic Control Unit (ECU) - Theoretical Vector
21 HoursThis instructor-led live training Taiwan (online or onsite) is designed for intermediate automotive engineers and embedded systems developers who wish to grasp the theoretical aspects of ECUs, emphasizing Vector-based tools and methodologies used in automotive design and development.
By the conclusion of this training, participants will be able to:
- Understand the architecture and functions of ECUs in modern vehicles.
- Analyze communication protocols used in ECU development.
- Explore Vector-based tools and their theoretical applications.
- Apply model-based development principles to ECU design.
Embedded Linux Kernel and Driver Development
14 HoursThis two-day course allocates approximately 60% of its time to practical labs, delving into the internals and architecture of the Embedded Linux kernel, its development processes, and strategies for writing and integrating various device drivers.
Who should attend?
Engineers interested in Linux kernel development on Embedded systems and platforms.
Introduction to Embedded Linux (Hands-on training)
14 HoursGain the skills to construct embedded Linux systems from scratch using industry-standard cross-development tools and practical projects. This intensive two-day course explores Linux history, open-source development models, bootloaders, custom system assembly, build systems, and application debugging. With 60% of the time dedicated to hands-on practice, participants will configure bootloaders, compile toolchains, build filesystems, and perform real-world embedded Linux development tasks.
FreeRTOS: Programming for Real Time Operating Systems
14 HoursIn this instructor-led live training, participants will learn how to code using FreeRTOS by stepping through the development of a simple RTOS project on a microcontroller.
By the end of this training, participants will be able to:
- Understand the fundamental concepts of real-time operating systems.
- Learn about the FreeRTOS environment.
- Acquire skills in coding with FreeRTOS.
- Interface a FreeRTOS application with hardware peripherals.
Deploying AI on Microcontrollers with TinyML
21 HoursThis instructor-led, live training session at Taiwan (online or onsite) targets intermediate-level embedded systems engineers and AI developers who want to deploy machine learning models on microcontrollers using TensorFlow Lite and Edge Impulse.
Upon completing this training, participants will be able to:
- Grasp the fundamentals of TinyML and its advantages for edge AI applications.
- Configure a development environment tailored for TinyML projects.
- Train, optimize, and deploy AI models on low-power microcontrollers.
- Leverage TensorFlow Lite and Edge Impulse to build real-world TinyML solutions.
- Enhance AI models for power efficiency and address memory constraints.
Yocto Project
28 HoursIn this instructor-led live training held in Taiwan, participants will learn how to create a build system for embedded Linux based on the Yocto Project.
By the conclusion of this training, participants will be able to:
- Understand the fundamental concepts behind a Yocto Project build system, including recipes, metadata, and layers.
- Build a Linux image and run it under emulation.
- Save time and energy building embedded Linux systems.