Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unsigned byte

Status
Not open for further replies.

nappaji

Programmer
Joined
Mar 21, 2001
Messages
76
Location
US
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.
 
U could use unsigned char.
Let me know

Srik
 
also you can
#define byte char John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top