Articles mit dem Tag “c++”
Don't even try to '#include <iostream>' in your embedded project...
TLDR: inluding initializes std::in and out before main. This did cost in the firmware were I spotted it 100kb. It could not be optimized out and no functions were used. Just dead flash :0 ...if you need to care about flash :) Choosing the right flash and RAM size …
C vs C++ part 1
C vs C++ Read the source on ;) When I was learning to program C at the university, I started having an strong love for its simplicity, and defending it generally in front of C++ enthusiast, with the argument of C++ beeing messy and hidding much of the work behind the …