Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C text file

Name: Anonymous 2010-12-14 20:17

Can you guys PLEASE show me a very, very basic C program that writes input to a text file?

Name: Anonymous 2010-12-14 20:23

#include<stdlib.h>
int main(){system("cat > filename"); return 0;}

Name: Anonymous 2010-12-14 20:23

#include <stdlib.h>

int main(void)
{
    system("echo input > file");
    return 0;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List