I am trying to make the to_string(NUMBER) function work in my Ubuntu computer for weeks but it never ever works in the QT environment or anywhere else. My code
to_string(NUMBER)
you must compile the file with c++11 support
g++ -std=c++0x -o test example.cpp