// archives

Programming

This category contains 38 posts

PHP Dynamics

Learning PHP for an upcoming project, my expectations of the language are finally meeting the real world deal. After almost two years of Ruby development, this seems like a backwards move, but I have to admit that PHP has a well established community, offering a lot of content. CompSci.ca runs on PHP technology – Forums, [...]

C ate my homework

Pointer -> Pointer -> Important homework file. Ouch!
There are no C courses that don’t mention some horror story about someone crashing their system by “accidentaly” writing to an arbirary memory location, or worse yet – erasing their harddrive in some infinite loop.
Dan and I have decided to put this to the test!
int main(void)
{
int i = [...]

Categories

  • No categories