Name: Anonymous 2010-10-16 11:18
I've been trying to figure out for 2 hours how to translate a series of chars (in a string) into int variables in C++. What I got this far is:
int x << (int)stringvar[5];
It builds, but it returns every character as a 0.
anyone got any ideas?
int x << (int)stringvar[5];
It builds, but it returns every character as a 0.
anyone got any ideas?