|
|
|
|
|
by jhasse
2730 days ago
|
|
In the last 10 years I have never seen a C++ project using Makefiles. Also C and C++ have different set of skills. I probably couldn't contribute to a C project, as I only know the C++ standard library and modern C++'s idioms. I think you really need to differentiate between C, C++ before C++11 and modern C++ (i.e. C++11/14/17 and newer). |
|
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.