How is this achieved? I want to use
pFile = fopen( file, "rb" );
Where file is a char, string or long containing the literal text containing a local path to a binary file
C:\Documents and Settings\Supernovah\Desktop\Supernovah.bin
but of course that crashes.
I am also interested in how to recur over the current directory in a portable way. windows.h is a little ugly but if I can't do it in a portable way. So be it.
thanks :)