>
>I'm interested in coming up with an include file, say "handy.h",
>which declares a lot of commonly useful "stuff". A lot of discussion
> .
> .
> .
>Any other suggestions would be appreciated.
>
>-- Rich Wagner
my personal favorite:
#define EVER ;;
then you can say:
for(EVER) {
stuff;
}
-the venn buddhist