File Input/Output Tutorial

C/C++To those of you who needs some help in C/C++ and wants to know how to have customizable settings and external information in their PSP applications, you might want to check this out. Brad Dwyer e-mailed us about a File Input/Output tutorial shared by harleyg at PSP-Programming.com.

Aside from simple math and variables, the fopen, fread, fseek, fclose, fgetc and malloc functions will be used in this one. This particular tutorial is the first in a series of three and covers opening, reading, printing, and terminating an entire text file – which will provide you a basic foundation in File I/O.

Check out the full tutorial here.

C/C++To those of you who needs some help in C/C++ and wants to know how to have customizable settings and external information in their PSP applications, you might want to check this out. Brad Dwyer e-mailed us about a File Input/Output tutorial shared by harleyg at PSP-Programming.com.

Aside from simple math and variables, the fopen, fread, fseek, fclose, fgetc and malloc functions will be used in this one. This particular tutorial is the first in a series of three and covers opening, reading, printing, and terminating an entire text file – which will provide you a basic foundation in File I/O.

Check out the full tutorial here.

Add a Comment

Your email address will not be published. Required fields are marked *