How to read/write bmp file in MFC? I did following way.
To read the BMP file
Used fread()/fseek()/ftell() function
For writing
Used fwrite() function and it is working.
Please suggest any other way doing of reading /writing bmp file in MFC.
Client will send bmp file and server will read and save the image file.