Greg Ercolano wrote: > ... > I think the purpose of the &255 is to sign convert the > signed char to an unsigned char. For instance, this test program:
It's more than that - values outside 0 to 255 are undefined (read: may crash...) The current usage is good. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

