Sam Varshavchik [EMAIL PROTECTED] wrote:
> Stan Ubuni writes:
> > I anxiously await your arrogant/elitist repsonse.
> 
> Here's my arrogant/elitist response:
> [...]
> Here, I'll even write the code for you:
> 
> #include <stdio.h>
> 
> void main()
> {
>       int i;
> 
>       for (i=0; i<256; i++)
>       {
>               char c=(char)i;
>               unsigned char uc=(unsigned char)i;
> 
>               if ( (((c >> 7) & 1) != ((uc >> 7) & 1)) ||
>                    ((c & 15) != (uc & 15)))
>               {
>                       printf("Sam is wrong\n");
>                       exit(0);
>               }
>       }
>       printf("Sam is right\n");
>       exit(0);
> }

Sam, I applaud you for your great sense of humor! :-))

Stan, don't take it too seriously, will you? ;-)



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to