- 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.
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- 24小時學會電腦組裝與維護
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- The Applied AI and Natural Language Processing Workshop
- 電腦常見故障現場處理
- 從零開始學51單片機C語言
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 基于Proteus仿真的51單片機應用
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 電腦橫機使用與維修
- 基于網絡化教學的項目化單片機應用技術
- 可編程邏輯器件項目開發設計
- 微服務實戰
- ARM接口編程
- DevOps實戰:VMware管理員運維方法、工具及最佳實踐