Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Effective C++ in an Embedded Environment (Presentation Materials) (repost)

Posted By: arundhati
Effective C++ in an Embedded Environment (Presentation Materials) (repost)

Scott Meyers, "Effective C++ in an Embedded Environment (Presentation Materials)"
2012 | ISBN-10: N/A | PDF | 347 pages | 5 MB

This PDF document contains the presentation materials from Scott Meyers' two-day training course Effective C++ in an Embedded Environment. It provides an in-depth examination of how C++ can be applied in embedded systems, including costs of language features, ROMing, ISRs, memory management, safety-critical and real-time considerations, and more.

C++’s flexibility, modelling power, support for object-oriented and generic programming, and extensive tool set, make it attractive for embedded projects, but some developers worry about code bloat and hidden performance penalties. This seminar begins by confronting those issues directly, then moves on to demonstrate how C++ can improve the correctness, readability, and efficiency of embedded software, in some cases accomplishing what is literally impossible in C.

Participants will gain:
An understanding of how compilers implement virtually every part of the language.
Knowledge of how to avoid code bloat from templates, exceptions, and other language features.
Familiarity with how to use C++ with ROM, memory-mapped IO, ISRs and signal handlers, and custom memory management schemes.
Examples of how C++ templates can provide powerful functionality difficult or impossible to implement in C.
An overview of issues related to the use of C++ in safety-critical and real-time systems.
Who should attend
Designers and developers who are using or considering using C++ in embedded systems. Attendees should be familiar with major C++ language features (e.g., classes, virtual functions, inheritance, and templates), but no expertise is required.