Course Outline
- Understanding Embedded Systems
- Basic Definition
- Historical Milestones
- Key Characteristics
- Rationale for Using C++
- Comparison with C
- C: A Subset of C++ – Almost
- Performance Considerations
- Added “Free” Functionality
- Potential Drawbacks of C++
- Classes
- Member Variables
- Instance Variables
- Static Class Variables
- Member Functions
- Instance Functions
- Static Class Functions
- Implicit Methods
- Constructor
- Initialization
- Delegation
- Destructor
- Copy Assignment Operator
- Constructor
- Move Semantics – Eliminating Unnecessary Deep Copies
- Using struct in C++
- Packages and Namespaces
- Member Variables
- Inheritance
- Introduction
- Implementation
- Performance Impacts
- Multiple Inheritance
- Virtual Inheritance
- Polymorphism
- Introduction
- Virtual Functions
- Virtual Destructors
- Implementation Details
- Runtime Type Information (RTTI)
- Performance Implications
- Templates
- Introduction
- Function Templates
- Class Templates
- Variadic Templates
- Code Bloat
- Implementation Strategies
- Template Metaprogramming
- Templates vs. Inheritance?
- Error Handling
- Exception Handling
- Performance Impact
- Implementation
- Inline Code
- When to Use?
- Strategies
- System Startup
- System Initialization
- The C Component
- The C++ Component
- Standard Library
- Standard Template Library (STL)
- iostream Library
- Key STL Extensions in C++11:
- Move Semantics
- Variadic Templates
- Concurrency Support
- Memory Management
- The C++ Memory Model
- stdint Types
- Atomic Types and Operations
- Management Strategies
- Variable Handling
- Placement new
- User-Defined Memory Management
- The C++ Memory Model
- C and C++ Interoperability
- Name Mangling
- Static Initialization
- Dynamic Memory Allocation
- struct Contents
- POD (Plain Old Data) Types
- Design Patterns
- RAII (Resource Acquisition Is Initialization)
- Memory-mapped I/O
- Interrupt Handling
- Static Object Initialization
Requirements
There are no additional specific requirements to attend this course.
Testimonials (3)
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
I enjoyed the time allocated for us to solve the exercices. This was very useful as it allowed us to spend some time thinking about our solutions and implementing them.
Valeriu - Siemens
Course - Using C++ in Embedded Systems - Applying C++11/C++14
The details on how compiler behaves depending on to the syntax usage. The "Quiz" sections are very stimulating