Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to convert a bmp image file to dat file using C program?
Could u please suggest how to start....
Posted
Updated 21-Nov-10 9:41am
v2
Comments
Henry Minute 21-Nov-10 13:48pm    
If you do not respond to the answers already given, you are not going to get any help with whatever your problem is.

A dat file is somewhat ambiguous. The file would normally already be some sort of dat file if the meaning would be data file, because it contains image data in bitmap format.

http://filext.com/file-extension/DAT[^]


http://www.fileinfo.com/extension/DAT[^]

Good luck!
 
Share this answer
 
v2
Comments
megha kedia 26-Nov-10 9:59am    
I am working on a project "Character recognition using nueral network"...here i need to explicitly convert the bmp file to binary form storing in data file....
A .dat file can contain anything you want - so in essence if you rename your .bmo file extension to .dat, you have a .dat file.

You perhaps need to explain in more detail as to what you are looking for.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900