Hi there,

I would like to know how to read a bitmap file as input to a
program. Can you for example use the string handling functions
fgetc() and fgets() or would you use fread()?

I need to be able to compare two bitmaps and return a bool result to indicate that they are identical or non-identical.

In essence how would you go about comparing bitmaps ?
would you be comparing the numerical data for each pixel,
pixel by pixel ?

Help ....,

regards,

steve M