home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / graphics / 9026 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.0 KB  |  23 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!gumby!wupost!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!huzhang
  3. From: huzhang@magnus.acs.ohio-state.edu (Hubao Zhang)
  4. Subject: How to save a bitmap file onto a disk by using microsoft c++
  5. Message-ID: <1992Aug20.205116.26939@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
  8. Organization: The Ohio State University
  9. Distribution: usa
  10. Date: Thu, 20 Aug 1992 20:51:16 GMT
  11. Lines: 10
  12.  
  13. I am using Microsoft C++ (version 7.00) to do some animations on IBM 486.
  14. I can animate my simulation results using bitmap structure and window classes,
  15. but I do not know how to save the bitmaps onto disks as bitmap files. It
  16. takes a while to create a bitmap. Every time I do the animation, I need to
  17. recreate the bitmaps. It is realy a pain! If I could save the bitmaps as a 
  18. file or files, I only need to load the bitmap into the memory and display them 
  19. on the screens.
  20.      Please help me out.
  21.      huzhang@magnus.acs.ohio-state.edu
  22.      Thank you very much in advance.
  23.