- Hands-On Embedded Programming with C++17
- Maya Posch
- 111字
- 2021-08-20 10:20:47
The standard template library
The standard library for C++ (STL) contains a comprehensive and ever-growing collection of functions, classes, and more that allows for common tasks to be performed without having to rely on external libraries. The STL string class is very popular, and allows you to safely handle strings without having to deal with null terminators and anything similar.
Most embedded platforms support all or at least a significant part of the STL, barring limitations on available RAM and the like that prevent the implementation of full hash tables and other complex data structures. Many embedded STL implementations contain optimizations for the target platform, minimizing RAM and CPU usage.
推薦閱讀
- Arduino入門基礎教程
- 電腦組裝與維修從入門到精通(第2版)
- 3ds Max Speed Modeling for 3D Artists
- 硬件產品經理手冊:手把手構建智能硬件產品
- Svelte 3 Up and Running
- 嵌入式系統中的模擬電路設計
- OpenGL Game Development By Example
- 面向對象分析與設計(第3版)(修訂版)
- Building 3D Models with modo 701
- Machine Learning Solutions
- 深入理解序列化與反序列化
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- 電腦組裝與維護即時通
- Blender Game Engine:Beginner's Guide
- 單片微機原理及應用