Monday, November 14, 2011

igning a string to a numerical value in C++?

You can't ign a string "to" a numerical value. If you want to convert the string representation of a number into an integer, see things like strtol in the C standard library

No comments:

Post a Comment