Hello!
I am now using NRF52833 and planning to use C++ for application-level programming.
Seems I have to include the full-featured c++ standard library, because I may need the following in c++;
1/ Containers: such as vector/queue/unordered_map, etc.
2/ Basic functions: sort()/accumulate(),etc.
3/ virtual table.
4/ Inheritance.
The question is: how many kB will be added to the Flash and RAM, to add the c++ library?
Thank you so much.
DanielDuan