[Index]
The I/O Kit
Written in C++, but not ISO Standard C++
Embedded C++ is a subset of C++
Certain language features are not permitted:
- Templates
- Exceptions
- Nontrivial constructors
- Initialization lists
- Standard runtime type identification
In particular, the Standard Library is not allowed
Bjarne Stroustrup doesn't like Embedded C++