using to_string function in mingw gcc 4.7.1Thanks tntxtnt. That was the mistake...
using to_string function in mingw gcc 4.7.1Hey JLBorges, I tried using your code in my program, but I got the following error messa...
windows.hThe turbo c++ compiler's libraries doesn't have the windows.h header file. Hence, it does not work.....
using to_string function in mingw gcc 4.7.1I wanted to use the to_string function in my program built with gcc 4.7.1. But i was getting an erro...
Doubt with usage of string::substr() functionIf the length of the string is less than the length of the substring requested, what will happen to ...