Tutorial on how to use?
#4

Код:
new File:myfile = fopen("File.ext",io_write);
fwrite(myfile,"Hello World");
fclose(myfile);
Код:
new File:myfile = fopen("File.ext",io_read),input[255];
fread(myfile,input); // It Read one Line...
/*while(fread(myfile,input)) ... Some code read all Lines */
fclose(myfile);
Reply


Messages In This Thread
Tutorial on how to use? - by Torran - 25.02.2010, 20:44
Re: Tutorial on how to use? - by adsy - 25.02.2010, 21:47
Re: Tutorial on how to use? - by Torran - 25.02.2010, 21:50
Re: Tutorial on how to use? - by BlackFoX - 25.02.2010, 21:52
Re: Tutorial on how to use? - by Fedee! - 25.02.2010, 21:54
Re: Tutorial on how to use? - by Rzzr - 25.02.2010, 21:54
Re: Tutorial on how to use? - by Torran - 25.02.2010, 21:55
Re: Tutorial on how to use? - by Fedee! - 25.02.2010, 22:19
Re: Tutorial on how to use? - by Torran - 25.02.2010, 22:25
Re: Tutorial on how to use? - by adsy - 25.02.2010, 22:38

Forum Jump:


Users browsing this thread: 2 Guest(s)