[5] copyboot.cpp
: Writes s sector of bytes or 512 bytes into the 1st sector of any
disk , floppy disk by default. Useful for writing boot sectors.
[4]
stripexe.cpp : Strip the header off the exe
files. An excellent utility for creating binary images out of exe
files.
[3] CGX_File.h
: A File IO library. The CGX_File objects can be used treated as
arrays of characters rather than file objects. Characters of a file can
be accessed using the [] operator. IO operators such as << and
>> have also been implemented. Files can be simultaneously be
read and written.
[2] unsigned
long filesizeof( FILE* ) : A
function which returns the size of the file whose file handle is
passed.
[1] long
nol ( FILE* ) : A function which calculates the number of lines in
a file from the point where the pointer points to in the file.