Search:

Type: Posts; User: tima

Search: Search took 0.01 seconds.

  1. - Alright, I'll change the void thing and the...

    - Alright, I'll change the void thing and the specifier. See I learned this at school from a really incompetent teacher, so I've got some holes in my knowledge.
    - The indent thing was basicly "I...
  2. 1. Care to explain why? That's what I was taught,...

    1. Care to explain why? That's what I was taught, and it never gave me problems.
    2. Not guessing, I know that, but for some reason it makes a little more sense if I put a %d in the double printfs....
  3. Why doesn't this (relatively simple) code work? (aka, why does my computer hate me?)

    Hey, I'm building a small program.
    This is just the first part, which tries to scan for a multi-digit number and put it in some variable.
    Problem is, for some reason, it wouldn't calculate simple...
  4. Replies
    3
    Views
    1,282

    I don't want to set it during declaration,...

    I don't want to set it during declaration, because the array changes according to what I type.
    I want to do it in the middle of the code.
  5. Replies
    3
    Views
    1,282

    Simple question about arrays

    See, I've got a 2 dimensional array, let's call it "myarray" for simplicity.
    myarray is 8 on 8 (myarray[8][8]).

    Now assuming I want to put an 8 bit word in myarray[0][0-7].
    Is there any way I...
Results 1 to 5 of 5