File Input/Output Tutorial
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.
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.