Click to See Complete Forum and Search --> : c++ and bitmaps


qwe
08-23-2004, 12:00 PM
I'm working from a book called "SAMS teach yourself game programming in 24 hours", and I'm having a problem with the code. In chapter 5 it teaches you to write a slideshow program, however when I write it, it doesn't show the images correctly. When I run the example code that is provided, it works just fine. I can't see the problem with the code that I've written. Can anyone help?

rock
08-23-2004, 06:08 PM
That could be a challenge considering we don't have your code ;)

xDUCK
08-23-2004, 10:34 PM
Originally posted by rock
That could be a challenge considering we don't have your code ;)

No, of course not! Not if you're a pro like me. :cool:

Qwe, you forgot to initialize the char on line 537.

:cool:

qwe
08-24-2004, 12:49 AM
to make the thread easier to read. I've put the code up here http://www.geocities.com/qepto/

thanks for any help that you can give.