Code: Select all
error: 'to_string' is not a member of 'std'
Code: Select all
_GLIBCXX_USE_C99
_GLIBCXX_USE_C99_DYNAMIC
Code: Select all
_GLIBCXX_USE_C99_STDIO
I don’t know why so far no one on the forum has asked about std::to_string(), because this function is convenient and needed in every project...
Maybe because it can throw an exception, and NetBurner consumers in most cases write code only for safety-critical projects in C-style without using any exceptions?