How to erase images from program window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gh0sst
    New Member
    • Jun 2008
    • 2

    How to erase images from program window

    Hello!

    I'm using Dev-cpp to do a program that shows images. I've successfully posted the images in the program but here's the problem: I want to clear the screen once in a while and since Dev-cpp's libraries are quite poor, I imported one that has support for clrscr(). But what clrscr() does is clear all the text from the screen and put the cursor in (1,1) position but i want the images to be erase too.
    Do you know how could I erase those images?

    Thanks in advance,

    gh0sst
Working...