Search:

Type: Posts; User: sadam

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,193

    The cats, dogs and trees game

    I have an assignment until next week and i don't know hot to complete it

    In the program in c we have to help a cat escape from a dog which has double speed. The program works as follows :
    the...
  2. Replies
    40
    Views
    4,506

    does anyone know how am i able to pick up the...

    does anyone know how am i able to pick up the closest tree to the cat and show me only that tree??
  3. Replies
    40
    Views
    4,506

    ]int main() { FILE *fp; if((fp =...

    ]int main()
    {

    FILE *fp;

    if((fp = fopen("CatAndDog.dat","r")) == NULL)
    printf("File could not be opened\n")

    fscanf(fp, "%f %f", &cat_X_coord,...
  4. Replies
    40
    Views
    4,506

    can anyone solve it?

    can anyone solve it?
  5. Replies
    40
    Views
    4,506

    help

    int main()
    {

    FILE *fp;

    if((fp = fopen("CatAndDog.dat","r")) == NULL)
    printf("File could not be opened\n")

    fscanf(fp, "%d %d", &a, &b);
    fscanf(fp, "%d...
  6. Replies
    40
    Views
    4,506

    please don't be the smart one, if you don't want...

    please don't be the smart one, if you don't want to help me just don't help me. i'm stuck and i don't care if you believe it or not. but don't tell me to work if you don't know what i do...
  7. Replies
    40
    Views
    4,506

    Well we have done them but i would appreciate any...

    Well we have done them but i would appreciate any help because i am very confused
  8. Replies
    40
    Views
    4,506

    FILE *fp; if((fp = fopen("CatAndDog.dat","r"))...

    FILE *fp;

    if((fp = fopen("CatAndDog.dat","r")) == NULL)
    printf("File could not be opened\n")

    fscanf(fp, "%d %d", &a, &b);
    fscanf(fp, "%d %d", &c, &d);
    fscanf(fp, "%d", &e);
    }
  9. Replies
    40
    Views
    4,506

    itsme86 i really appreciate your work, but how to...

    itsme86 i really appreciate your work, but how to write all this in C ? :(
  10. Replies
    40
    Views
    4,506

    dogs chasing cats up trees

    I have an assignment until next week and i don't know hot to complete it

    In the program in c we have to help a cat escape from a dog which has double speed. The program works as follows :
    the...
Results 1 to 10 of 10