Search:

Type: Posts; User: Noya

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,053

    fopen part

    After long hours of testing I believe I have finally pulled something together...but still one of the major trouble I frequently run into during the trials are reading the characters from the target...
  2. Replies
    8
    Views
    2,053

    yes, and I figure it might be something like...

    yes, and I figure it might be something like this:



    int c;
    char inName[200];
    FILE *In, *Out;

    //get file name from user
    printf("Please enter a text file name: ");
  3. Replies
    8
    Views
    2,053

    Recomposing the Conway's Game code in C

    Hi here I have conway's game code in c, how can i mod it so that it reads and obtains initial state from an external txt file instead and then print out the corresponding new state? I really want to...
Results 1 to 3 of 3