+ 2

Why the "to_string" function does not work here? C++

28th Dec 2016, 1:43 AM
Kawaii
Kawaii - avatar
5 Réponses
+ 2
Look my latest code
28th Dec 2016, 3:04 AM
Kawaii
Kawaii - avatar
+ 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.
28th Dec 2016, 3:34 AM
Vishal++
Vishal++ - avatar
+ 1
Try on pc with a different compiler. Most likely this is a funtion of latest C++11
28th Dec 2016, 3:37 AM
Vishal++
Vishal++ - avatar
+ 1
oh ok, thanks maybe the compiler here is old cause it works good with mine without including a specific header, thanks
28th Dec 2016, 3:50 AM
Kawaii
Kawaii - avatar
0
You must provide an example code here for us to help you
28th Dec 2016, 2:59 AM
Vishal++
Vishal++ - avatar