Part Number: LAUNCHXL-CC1352R1
Tool/software: Code Composer Studio
Hi,
I'm trying to convert one float to a string (I'm using c++), but I get this error:
My code:
#include <string>
string z= to_string(123.12);
If I comment string z= to_string(123.12); then the error fade out. How could I do this?