Search:

Type: Posts; User: clonedhero

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,700

    where should I place the fputs?

    where should I place the fputs?
  2. Replies
    5
    Views
    1,700

    #include void main() { FILE...

    #include <stdio.h>

    void main()
    {
    FILE *fp; /*Declare file pointer*/
    int number=4;
    char me[20];
  3. Replies
    5
    Views
    1,700

    saving name characters to files

    Hey guys, I am trying to write a program that will allow a user to write a name save it to a file then recall that name if possible. I also want to use a delete function. Could some one point me in...
Results 1 to 3 of 3