01-13-2012, 02:35 PM
1.How to i can populate a binary array or string with multiple values more easiest way?
ARRAY(byte) a
a[]=0x1C;a[]=0x2C;a[]=0x3C;a[]=0x4C;a[]=0x5C;a[]=0x6C;a[]=0x7C;a[]=0x8C;
etc.
2.Explain me please, how used suffix letter U (unsigned int) to change current type of int?
Thanks
ARRAY(byte) a
a[]=0x1C;a[]=0x2C;a[]=0x3C;a[]=0x4C;a[]=0x5C;a[]=0x6C;a[]=0x7C;a[]=0x8C;
etc.
2.Explain me please, how used suffix letter U (unsigned int) to change current type of int?
Thanks
