+ 2
Why the "to_string" function does not work here? C++
5 ответов
+ 2
Look my latest code
+ 2
This could be due to any of these reasons:
- the compiler here is a little old (maybe old C++) for that function
- you haven't included a header file which has the function to_string.
+ 1
Try on pc with a different compiler. Most likely this is a funtion of latest C++11
+ 1
oh ok, thanks maybe the compiler here is old cause it works good with mine without including a specific header, thanks
0
You must provide an example code here for us to help you