Embedded Programming with Modern C++ is highly valuable for each professional programmer.
In the past, embedded and system programming have had their pitfalls, but modern C++ has been designed to be a better language for this type of development, addressing the previous pitfalls/requirements explicitly. What are these requirements? Embedded systems deal with safety-critical systems, meaning they must guarantee high performance combined with limited resources, while also working in parallel.
The scope of this course goes beyond just embedded programming. Developers who write servers, games, or trading systems may especially benefit from this course because they also have to deal with safety-critical systems, high performance, reduced resources, and parallel execution in their jobs.
To get the most out of the course, you only need a basic understanding of C++. Building off this understanding, this course goes over all the essentials of embedded programming with Modern C++.
Let's get started!
Embedded Programming with Modern C++ is highly valuable for each professional programmer.
In the past, embedded and system pro...Show More
TAKEAWAY SKILLS
Content
1.
Introduction
5 Lessons
Get familiar with modern C++ features for embedded systems, debunk myths, and ensure safety.
2.
Safety-Critical Systems
24 Lessons
Walk through safety-critical features in modern C++, including type safety, initialization, and literals.
Uniform Initialization with {}- Examples- Exercise- SolutionAutomatic Type Deduction: auto- Examples- Exercise- SolutionScoped Enumerations- Examplenullptr Instead of 0 or NULL- ExampleUser-Defined Literals: Introduction- Example- Exercises- SolutionUser-Defined Literals: Raw and Cooked- ExampleBuilt-in Literals- ExampleAssertions at Compile Time- Example- Exercise- Solution
3.
High Performance
30 Lessons
Examine high-performance techniques in C++ like type-traits, constexpr, associative containers, and templates.
4.
Reduced Resources
34 Lessons
Enhance your skills in efficient resource management and memory optimization using modern C++ techniques.
5.
Several Tasks Simultaneously
39 Lessons
Solve problems in multithreading with C++, using threads, mutexes, sync mechanisms, and atomic operations.
6.
Conclusion
2 Lessons
Focus on the future of Modern C++ in embedded programming and its industry impact.
Certificate of Completion
Showcase your accomplishment by sharing your certificate of completion.
Course Author:
Developed by MAANG Engineers
Trusted by 2.8 million developers working at companies
"Very good course about C++ and its features that can be used in embedded programming. The pacing of the course is great!"
Arturs A.
C++ Developer @ Sonarworks
"These are high-quality courses. Trust me. I own around 10 and the price is worth it for the content quality. EducativeInc came at the right time in my career. I'm understanding topics better than with any book or online video tutorial I've done. Truly made for developers. Thanks"
Anthony Walker
@_webarchitect_
"Just finished my first full #ML course: Machine learning for Software Engineers from Educative, Inc. ... Highly recommend!"
Evan Dunbar
ML Engineer
Hands-on Learning Powered by AI
See how Educative uses AI to make your learning more immersive than ever before.
AI Prompt
Code Feedback
Explain with AI
AI Code Mentor
Free Resources