Embedded C++
外观
Embedded C++是日本電子大廠NEC, Hitachi, Fujitsu, 以及 Toshiba 所使用的內嵌式程式語言。
Embedded C++ 是C++的子集合。有某些C++的特性被移除:
- 多重繼承(Multiple inheritance)
- 虛擬基礎類別(Virtual base classes)
- 執行時期型別資訊(Run-time type information,即 typeid)
- 新式C++轉型 (static_cast, dynamic_cast, reinterpret_cast 和 const_cast)
- mutable 型別
- 名稱空間(Namespaces)
- 例外(Exceptions)
- 樣板(Templates)
外部連結
- Official Embedded C++ Website
- Background and Objectives of the Embedded C++ Specification Development
- Embedded C++: An Overview, by P.J. Plauger, Embedded Systems Programming, December 1997