Search:

Type: Posts; User: fdrake

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    2,805

    what you are probably looking for is: gcc...

    what you are probably looking for is:
    gcc -Werror -o "name of the function" "name of the function .c"
  2. Thread: Best C Editor

    by fdrake
    Replies
    14
    Views
    2,807

    buefish , vi. cannot suggest emacs , it's still...

    buefish , vi. cannot suggest emacs , it's still too wild for me :D
  3. Thread: Array

    by fdrake
    Replies
    22
    Views
    2,149

    post your code here and we will give you...

    post your code here and we will give you directions or correct it for you
  4. Thread: Array

    by fdrake
    Replies
    22
    Views
    2,149

    Christmas Homework! I see they gave you some...

    Christmas Homework! I see they gave you some stuff to study , how about you try first , post some code and we tell you what is the problem with your code ... CAN YOU TRY ?
  5. Replies
    3
    Views
    761

    it depends from the contents ... ex if you need...

    it depends from the contents ... ex if you need to calculate the average age of a group of ppl you may use float . If you need to find out the tot number of ppl relate to different ages int it's...
  6. Replies
    5
    Views
    8,628

    probably by copy and pasting you lost the format...

    probably by copy and pasting you lost the format of the code(spaces). Also don't forget the comma after the string sentence.



    #include <stdio.h>
    main() {
    int bottleNum=0;
    for(bottleNum=99;...
Results 1 to 6 of 6