|
|
|
|
|
by unbendable
2726 days ago
|
|
I think it is more of embedded and the desktop C/C++. Makefile is kinda forced through vendors and some "libraries" forcing you to use make as they're exclusively generating (STM) or relying on them (ugfx, touchgfx). I actually switched some time ago from C to C++ only - when possible. And about the features of modern C++ standards: On embedded you can't use STD or excessively use templates.
Some features will crash because of the Memory Protection Unit and are not usable when using the MPU. |
|