There is no reason you can't write OO C++ code on the Pico... the Pico SDK is designed to be entirely usable from C or C++, so doesn't have any C++ specific code in it.
Whether C++ causes bloat, very much depends on how you use it, but tends to come more from the libraries than user code (for example 'iostream' will bloat things tremendously)... use of templates can often produce neater, small code than C
Whether C++ causes bloat, very much depends on how you use it, but tends to come more from the libraries than user code (for example 'iostream' will bloat things tremendously)... use of templates can often produce neater, small code than C
Statistics: Posted by kilograham — Mon Aug 04, 2025 2:48 pm