whitebread

10.29.2009

Hockey and Cancer

Something to help you appreciate what you have (read the caption). Or bring you to tears, if you’re b.

10.22.2009

error: storage class specified for parameter

This error from gcc might mean you have forgotten a semicolon after a function prototype. Check your header files.

10.20.2009

GNU_SOURCE

If you’re compiling something and you get this, despite having included sys/types.h

error: expected specifier-qualifier-list before ‘u_int’

You have to pass this to the compiler:
-D_GNU_SOURCE

Of course

Well, obviously.

10.2.2009

Brian Eno

Turns out I like Brian Eno more than I thought. I highly recommend you check
this out.

 

The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by the University of Minnesota.