Course Outline
- Defining an Embedded System
- Basic Definition
- Key Historical Milestones
- Core Characteristics
- Rationale for Using C++
- Comparison with C
- C as a Subset of C++ – Approximations
- Performance Implications
- Additional "Free" Features
- Limitations of C++
- Classes
- Member Variables
- Instance Variables
- Class Variables
- Member Functions
- Instance Functions
- Class Functions
- Implicit Methods
- Constructors
- Initialization
- Delegation
- Destructors
- Copy Assignment Operator
- Constructors
- Move Semantics – Avoiding Unnecessary Deep Copies
- struct in C++
- Package/Namespace
- Member Variables
- Inheritance
- Overview
- Implementation
- Performance Considerations
- Multiple Inheritance
- Virtual Inheritance
- Polymorphism
- Overview
- Virtual Functions
- Virtual Destructors
- Implementation Details
- Runtime Type Information (RTTI)
- Performance Analysis
- Templates
- Overview
- Function Templates
- Class Templates
- Variadic Templates
- Code Bloat
- Implementation Strategies
- Template Meta-Programming
- Templates vs. Inheritance
- Error Handling
- Exception Handling
- Performance Concerns
- Implementation
- Inline Code
- Usage Scenarios
- Strategies
- Start-up
- System Boot Process
- The C Segment
- The C++ Segment
- Standard Library
- Standard Template Library (STL)
- iostream Library
- Key C++11 Extensions to STL:
- Move Semantics
- Variadic Templates
- Concurrency
- Memory Management
- C++ Memory Model
- stdint-types
- Atomic Types and Operations
- Strategies
- Variables
- Placement new
- Custom Memory Management
- C++ Memory Model
- Interoperability between C and C++
- Name Mangling
- Static Initialization
- Dynamic Memory
- struct Contents
- POD – Plain Old Data Types
- Design Patterns
- RAII – Resource Acquisition Is Initialization
- Memory-mapped I/O
- Interrupts
- Static Object Initialization
Requirements
There are no specific additional 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