Hi all.. can any one explain me how to implement a byte array in c++. regards wijitha.
char and byte are basically synonymous:
unsigned char array[SIZE];