|
Converting in C++
How do you convert strings to ints or ints to strings in C++?
Also, where can I look for similar methods, such as double to string? Is there a standard reference for C++ methods? How do you find methods you didn't know about?
Thanks for the help.
|