> because if (p="white") assigns the char* pointer to an area > of memory containing the characters "white\0" to p, and then > tests whether p is true (ie non-zero). this will be true for > any string on the left hand side, and false for 0 or NULL.
Oops! Brainburp alert! that should, of course, say "right hand side" _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

