Search found 1 match

by Nelson32
Mon Oct 23, 2017 12:14 am
Forum: ESP-IDF
Topic: C++11 Support. Function stoi() error
Replies: 3
Views: 8884

C++11 Support. Function stoi() error

Greetings.
I'm working on an application for ESP32 in C ++ using Eclipse. I use strings and need to use the "stoi()" function (c ++ 11), however when I use it I get the following

Code: Select all

error: 'stoi' was not declared in this scope
. Will it be supported by c ++ 11? How can I solve that?

Thanks