Search:

Type: Posts; User: AviB

Search: Search took 0.01 seconds.

  1. Thread: For Loop Question

    by AviB
    Replies
    11
    Views
    1,430

    I did that but i didn't see that option in there.

    I did that but i didn't see that option in there.
  2. Thread: For Loop Question

    by AviB
    Replies
    11
    Views
    1,430

    Thank you all for your help, i found that i had...

    Thank you all for your help, i found that i had to also include the math.h header file, but even when i did that i kept getting the same error, so i tried what salem said:

    gcc file.c -lm

    and it...
  3. Thread: For Loop Question

    by AviB
    Replies
    11
    Views
    1,430

    For Loop Question

    I am currently learning C and i came across an example on for loops but when i try to compile it, it gives me some weird errors, i wanted to know if someone can explain to me what these errors are...
  4. Thread: Newbie Question

    by AviB
    Replies
    2
    Views
    1,148

    Cool, it works. Thnx

    Cool, it works. Thnx
  5. Thread: Newbie Question

    by AviB
    Replies
    2
    Views
    1,148

    Newbie Question

    I am starting to learn how to program in C and i came across and sample script and it doesn't seem to be working, here is the sample script:

    #include <stdio.h>

    int main(void){

    int a,...
Results 1 to 5 of 5