Archive for the ‘Uncategorized’ Category

University versus self-taught

Sunday, June 22nd, 2008

A topic I've been thinking about for quite some time now. If I was an employer, looking for an employee, which would I take: The type that basically self-taught himself programming through reading books and/or websites, or the type that spend an X amount of years at university and has ...

Object-oriented programming in ANSI-C

Sunday, June 1st, 2008

This PDF is actually pretty neat. It explains how you can apply a basic sense of object-oriented programming in standard (non-OO) C. I'm no C programmer (I've programmed a microprocessor for school a year or so back), but it's still pretty interesting to see. Check it out at http://www.planetpdf.com/codecuts/pdfs/ooc.pdf Found it ...