Thread: bmp re-bumped

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    1

    bmp re-bumped

    << split from the graveyard - write bmp >>
    Hi, everyone I'm also exploring about writing BMP in C++.
    I have just read your source code and I tried to compile and run it but the output in file.bmp has no image?
    You said that the background is yellow? But I don't see that?
    I want to explore your source code and find some knowledge to study so I tried to run it to see the output but nothing is displayed in the bitmap.bmp

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Well, it doesn't look like the OP posted his/her final code, the code that actually worked. And by the way, posting in threads more than two weeks old counts as bumping a thread -- and this thread is more like two years old.

    Have you written any code yet? I suggest you look at Ken Fitlike's post (#2 in this thread), it has a lot of information.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    Or working on it anyways mramazing's Avatar
    Join Date
    Dec 2005
    Location
    Lehi, UT
    Posts
    121
    BMP file format - Wikipedia, the free encyclopedia

    That should have everything you need to program a bitmap. I recently wrote a program and the wiki had everything I needed. If you would like my code let me know. It was done in c++.
    -- Will you show me how to c++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading BMP format
    By BlackOps in forum C Programming
    Replies: 38
    Last Post: 07-17-2009, 04:17 PM
  2. using basic library to write curve to bmp
    By CIO in forum C Programming
    Replies: 3
    Last Post: 02-21-2009, 02:25 PM
  3. Problem reading BMP
    By Mortissus in forum C Programming
    Replies: 4
    Last Post: 02-02-2006, 06:32 AM
  4. Strange problem with bmp
    By Victor in forum Linux Programming
    Replies: 2
    Last Post: 04-04-2005, 02:48 PM
  5. adding encryption to bmp
    By GiraffeMan in forum C Programming
    Replies: 10
    Last Post: 04-16-2002, 01:42 PM