Archive for category Random Discussion

The smallest C program possible

Interestingly the smallest C program you can write in windows is.

int main[] = {0xC3};

Basically the same as.


#include

int main()
{
return 0;
}

Also I’m assuming you are using a X86 processor and the 0xC3 is just a return (RET).

No Comments

PAX Day 2 – 2010

PAX Seattle photo montage 9/4/10

Random pictures from PAX 2010….

No Comments