I have seen the data type "unsigned byte" used in many codes.
But, my compiler (gcc on Solaris) doesnot recognize this.
Is there a equivalent for this on Solaris or Windows (Visual C++ 6.0).
The declaration of the variable was something like
unsigned byte green = 0xFF;
Please let me know.
But, my compiler (gcc on Solaris) doesnot recognize this.
Is there a equivalent for this on Solaris or Windows (Visual C++ 6.0).
The declaration of the variable was something like
unsigned byte green = 0xFF;
Please let me know.