Sean
2011-04-29 14:29:07 UTC
The only thing i have successfuly done is..
for( int i=0; i < str.length(); i++)
cout<
but i want to save that in a byte array not output to screen.
BYTE [ ] has not been working for me (do i need a #include?)
so i believe i should use 'unsigned char [] byte'
Thanks