Posted: Fri Jan 19, 2007 5:33 pm Post subject: RE:Help with the Win32 API
Quote:
i'm guessing an_int is of type int []
No, it's of type int. I've noticed that you are struggling a lot with standard types. Perhaps it would be benificial for you to educate yourself on this subject. After all it is very hard to program using the win32 api if you don't know C.
Sponsor Sponsor
deville75
Posted: Mon Jan 22, 2007 8:54 am Post subject: Re: RE:Help with the Win32 API
Ya I was having trouble with chars. I keep forgetting it's a single character. So if I convert an int to char i can only convert one digit right? so thats why i have to convert it to char[].