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