1
System / Re: What the simplest way to convert digits (int, double, float etc) to sf::String?
« on: November 26, 2014, 10:03:01 pm »
I update mingw for version 4.8.1 TDM but problem with std::to_string() not resolves
Here i found some fix (not work for me actually)
PS -std=c++11 of course
PPS I found the problem. IDE global compile vars set c++0x at the end of command line options
Here i found some fix (not work for me actually)
PS -std=c++11 of course
PPS I found the problem. IDE global compile vars set c++0x at the end of command line options
Code: [Select]
mingw32-g++.exe -std=c++11 -Wzero-as-null-pointer-constant -std=c++0x -ID:\SFML\INCLUDE -ID:\SFML\lib -c D:\TEST\main.cpp -o obj\Debug\main.o
LOL