- Hands-On Embedded Programming with C++17
- Maya Posch
- 138字
- 2021-08-20 10:20:48
Summary
In this chapter, we tackled the big question of why you would wish to use C++ for embedded development. We saw that, due to the courtesy of C++'s development, it is highly optimized for resource-constrained platforms, while providing a large number of features essential to project management and organization.
The reader should, at this point, be able to describe C++'s main features and provide concrete examples of each. When writing C++ code, the reader will have a clear idea of the cost of a particular language feature, being able to reason why one implementation of a section of code is preferable to another implementation, based on both space and RAM constraints.
In the next chapter, we will take a look at the development process for embedded Linux and similar systems, based on single-board computers (SBCs) and similar.
- 24小時學(xué)會電腦組裝與維護
- 新媒體跨界交互設(shè)計
- INSTANT Wijmo Widgets How-to
- 施耐德SoMachine控制器應(yīng)用及編程指南
- 筆記本電腦應(yīng)用技巧
- 基于Proteus仿真的51單片機應(yīng)用
- Spring Cloud微服務(wù)和分布式系統(tǒng)實踐
- Hands-On Deep Learning for Images with TensorFlow
- STM32自學(xué)筆記
- IP網(wǎng)絡(luò)視頻傳輸:技術(shù)、標(biāo)準(zhǔn)和應(yīng)用
- 單片機項目設(shè)計教程
- Learning Less.js
- 新編計算機組裝與維護
- Unreal Engine 4 AI Programming Essentials
- FPGA的人工智能之路:基于Intel FPGA開發(fā)的入門到實踐