Search:

Type: Posts; User: andersRson

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,947

    I think you should look for a distro with an...

    I think you should look for a distro with an automated package manager, with dependency-checking.
    Those things install programs automatically for you, and if the package need some other package(and...
  2. Replies
    29
    Views
    7,247

    Poll: I am ok with math. I used to really hate math,...

    I am ok with math.
    I used to really hate math, from say 4th grade through all of school. It wasn't until about 2 years ago(I'm 24 now) that I gave it an honest shot and really tried to understand...
  3. Replies
    13
    Views
    1,947

    It can be a little messy. The disk that's gonna...

    It can be a little messy.
    The disk that's gonna have XP should be the primary disk on the first ide-channel. That's the last drive on the cable, check your mother board which channel is the first....
  4. Just install to the partition. I don't think you...

    Just install to the partition. I don't think you really need to do anything else. You can probably use the existing swap partition (hda6) with the new install too. It may be a little work to get it...
  5. Replies
    1
    Views
    3,531

    well, let's see.. first of all, the whole thing...

    well, let's see..
    first of all, the whole thing runs in constant time, since it is determined beforehand between which values the loops will iterate. So, the code runs in O(1) time. One could say...
  6. Replies
    13
    Views
    3,471

    On the thirteenth day of Christmas my computer...

    On the thirteenth day of Christmas my computer gave to me
    13 syntax errors
    12 email messages
    11 stupid pop-ups
    10 burned out pixels
    9 memory errors
    8 illegal errors
    7 homework topics
    6...
  7. Replies
    5
    Views
    3,164

    OpenGL works fine with both c and c++, i don't...

    OpenGL works fine with both c and c++, i don't know about directx though.
  8. Replies
    2
    Views
    3,772

    You might wanna try to be a little more elaborate...

    You might wanna try to be a little more elaborate when asking questions - I can barely understand what it is you're asking.
    That said, c does not have the same facilities for encapsulation as c++....
  9. Replies
    6
    Views
    44,282

    Is there any good reason to not include file[1,...

    Is there any good reason to not include file[1, 2, 3].h in generic.h?
    The only way of knowing if a variable is defined externally is to use it - if it's not in the .o/.lib file you link to later,...
Results 1 to 9 of 9