Forum: C May 1st, 2008 |
| Replies: 3 Views: 3,034 Ancient Dragon,
I have a question to post. Where would i be able to get a library which supports .bmp or jpg or support most of the images formats?
Cheers
ming |
Forum: C Apr 28th, 2008 |
| Replies: 10 Views: 3,633 Salem, Thanks for getting back to me on this. But when U say
unsigned char buff[10];
size_t n = fread( buff, sizeof(buff[0]), sizeof(buff), fp );
This reads 10 bytes from the file.
Do U mean... |
Forum: C Apr 28th, 2008 |
| Replies: 3 Views: 3,034 Hi, is there anyone out there who has any little knowledge of how to got about getting ur program to read a .bmp file?
Pls teach me or show me an example just about how to get ur program to read... |
Forum: C Apr 28th, 2008 |
| Replies: 10 Views: 3,633 Colin,
I tried reading that webpage many time and I still don't have the slightest idea about how to go about it.
Is it possible that U can write a little portion about how to read an .bmp... |
Forum: C Apr 24th, 2008 |
| Replies: 10 Views: 3,633 Salem, after reading all of the web page contents, I'm still having problems even writing out the initial program.
Cos i not so sure which library to use, for normal standard program is #include ... |
Forum: C Apr 23rd, 2008 |
| Replies: 10 Views: 3,633 Salem the image will be of .gif or .bmp format. I can't seems to even find the correct library or codes to even load it.
Cheers
Ming |
Forum: C Apr 22nd, 2008 |
| Replies: 10 Views: 3,633 Hi, can anyone out help me with my assignment which is to read an image file of a maze and find an exit of it.
As I'm still kinda of new @ C programming, I'm having problems even reading the image... |