Search:

Type: Posts; User: blonde_655

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,574

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
    #include <string.h>

    #define COLS 80
    #define ROWS 23


    /* Function prototypes */
  2. Replies
    4
    Views
    1,574

    saving to a text file

    i have been given a txt input file and inside of it i am given the name of what the save file needs to be called without me writing it in the code myself. also i need the output of the file to be...
Results 1 to 2 of 2