I have an array (char iiword[256];).
I filled it with iistream.get()s.
When i use printf("%s", iiword); the actual number I want is displayed.
However, i do not know how I can convert the printed number into an integer.
Anyone have any idea how to do this? Thanks.
-Drekenzin