Search results

  1. mikhail

    Programming

    I assume you guy have practical exams too? I've always had to do computer hardware/software exams on paper, but also an "in-class assignment." It's not much fun when your compiler keeps putting a little red box into you code every time you hit back-space, and the network crashes twice.
  2. mikhail

    Programming

    Surely you know Java though Martin? That should make C pretty handy to pick up.
  3. mikhail

    Programming

    Gray talks sense man. I think (pointers weren't my strong point, quite the opposite in fact) that you can say that a = n1 + n2 and set *pointer equal to the address of a. Anyone know if that is &a?