- Hands-On Embedded Programming with C++17
- Maya Posch
- 251字
- 2021-08-20 10:20:45
C++ language features
We previously took a look at the explicit nature of changes to data and system state that defines imperative programming as opposed to declarative programming, where instead of manipulating data in a loop such functionality could be declared as mapping an operator to some data, thus spelling out the functionality, not the specific order of operations. But why should programming languages necessarily be a choice between imperative and declarative paradigms?
In fact, one of the main distinguishing features of C++ is its multi-paradigm nature making use of both imperative and declarative paradigms. With the inclusion of object-oriented, generic, and functional programming into C++ in addition to C's procedural programming, it would seem natural to assume that this would all have to come at a cost, whether in terms of higher CPU usage or more RAM and/or ROM consumed.
However, as we learned earlier in this chapter, C++ language features are ultimately built upon the C language, and as such there should in turn be little or no overhead relative to implementing a similar constructs in plain C. To resolve this conundrum and to investigate the validity of the low-overhead hypothesis, we'll now take a detailed look at a number of C++ language features, and how they are ultimately implemented, with their corresponding cost in binary and memory size.
Some of the examples that focus specifically on C++ as a low-level embedded language are taken with permission from Rud Merriam's Code Craft series, as published on Hackaday: https://hackaday.io/project/8238-embedding-c.
- 新型電腦主板關鍵電路維修圖冊
- 極簡Spring Cloud實戰
- 平衡掌控者:游戲數值經濟設計
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- micro:bit魔法修煉之Mpython初體驗
- Visual Media Processing Using Matlab Beginner's Guide
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- Machine Learning Solutions
- 筆記本電腦維修實踐教程
- LPC1100系列處理器原理及應用
- 數字媒體專業英語(第2版)
- Arduino項目開發:智能生活
- 基于網絡化教學的項目化單片機應用技術
- 單片機項目設計教程
- 計算機組裝與維護教程