Search:

Type: Posts; User: LadyLacey

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,523

    Thanks

    Thank you to all of you, I did make the changes and I got it to work

    Big thanks for the help
  2. Replies
    9
    Views
    1,523

    Thanks

    Thank you to all of you, I will try my changes at school
  3. Replies
    9
    Views
    1,523

    This is what I have

    I am at work now so I can not see if it works.

    #include "stdio.h"

    void createfile( char * fname, char *s)
    {
    FILE *f = fopen( fname, "wt");
    if( f )
    {
    fprintf(f,"%s", s );
  4. Replies
    9
    Views
    1,523

    Writing a Program in C Program

    Can someone help me, I am learning C Program and I missed class and my teacher is not a very good teacher, (he keeps forgetting what he is talking about during class). Anyway, I am trying to write a...
Results 1 to 4 of 4