by ruis » Apr 28, 2004 @ 3:10pm
You can also use the standard C way of doing things if you are familiar with these (fread, fwrite etc). Look at for a list of implemented functions in the C/POSIX standard library. Remember to link against estlib.lib and to call CloseSTDLIB() when you don't need the stdlib anymore. Not calling this will result in a memory leak.
//Erik