User profile: nishal

User info
User name:nishal
Name:Nishal N.Shettigar
Location:Mangalore
History
Joined:
Number of posts:5
Latest posts:

using to_string function in mingw gcc 4.7.1
Thanks tntxtnt. That was the mistake...

using to_string function in mingw gcc 4.7.1
Hey JLBorges, I tried using your code in my program, but I got the following error messa...

windows.h
The 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.1
I 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() function
If the length of the string is less than the length of the substring requested, what will happen to ...