Raise your hand if Java ate your parents!

05 Mar, 2007 0210 by phoebus

This Java-related blog has been dead for a couple of years, but still definitely worth a read. Check it out!

Tags: ,

Posted in Coding, Links, Humor | Printer-Friendly Version Printer-Friendly Version | No Comments »

An Ode to C

01 Mar, 2007 0409 by phoebus

May your signals all trap
    May your references be bounded
All memory aligned
    Floats to ints rounded

Remember ...

Non-zero is true
    ++ adds one
Arrays start with zero
    and, NULL is for none

For octal, use zero
    0x means hex
= will set
    == means test

use -> for a pointer
    a dot if its not
? : is confusing
    use them a lot

a.out is your program
	there's no U in foobar
and, char (*(*x())[])() is
	a function returning a pointer
	to an array of pointers to
	functions returning char
Tags: , ,

Posted in Coding, Humor | Printer-Friendly Version Printer-Friendly Version | 2 Comments »