j
k
j a
j l
On 7/9/2010 10:09 AM, Lloyd wrote:
changing int to simpe "unsigned char" did not work (It prints '0-'). I changed it to ss< Now it works. But looks dirty, is it the right way?
changing int to simpe "unsigned char" did not work (It prints '0-'). I changed it to
ss< Now it works. But looks dirty, is it the right way?
Now it works. But looks dirty, is it the right way?
Change the declaration of a from char a[10]; to unsigned char a[10];
Back to the thread
Back to the list