Search:

Type: Posts; User: xxJaRxx

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    12,270

    Its really hard to explain.. Im programming a...

    Its really hard to explain.. Im programming a buggy to follow a white line on the floor, it has two sensors, left sensor on line is 4, right sensor on line is 8, both on line is 12 and neither on...
  2. Replies
    9
    Views
    12,270

    Thanks anon but thats not what im trying to do,...

    Thanks anon but thats not what im trying to do, as i will have similar if, goto statements in case 4 and 8 aswel so i dont want it to loop like that. I am open to suggestions with using goto as it...
  3. Replies
    9
    Views
    12,270

    Ive googled it and apparently you can use goto on...

    Ive googled it and apparently you can use goto on a case label like Ive done but for some reason mine doesnt work :\ I know its not good to use goto but it seems the easiest way to keep things...
  4. Replies
    9
    Views
    12,270

    Trouble using GOTO with the SWITCH statement!

    For some reason it wont compile and I get the error messages (in the goto line) below

    Linetest.c:40: error: expected identifier or ‘*’ before ‘case’
    Linetest.c:44: error: expected identifier or...
Results 1 to 4 of 4