Page 1 of 1

Is it a good idea to use c++ features

Posted: Fri Apr 23, 2021 1:48 pm
by yafra7
Hello,

I'm starting an esp32 project in c++ and I'd like to know if it's a good idea to use all c++ features like std::string, std::map, std::vector ...

WIll I encounter problems because of it ? Will it require too much SRAM ?

Thanks you,

Yohann