Thread: screen flicker more info

  1. #1
    Unregistered
    Guest

    Unhappy screen flicker more info

    dos on win 95 why does my screen flicker when I run graphics prog and is it possible to run then in a window also can I do some input output routines then graphics then input output
    without clearing the screen.

    thx for the help all.

    p.s. please can you explain what a double buffer is and show me an example.

  2. #2
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    you can set up a buffer in your memory to do all drawing operations to a frame, and then blast that entire frame to the video buffer at once, this way you get all changes at once, instead of seeing progressive changes on the screen... which is the flicker you are experiencing...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux Problem Screen Resoultion
    By Matus in forum Tech Board
    Replies: 1
    Last Post: 01-29-2009, 04:39 PM
  2. [C] GDI: how to erase material drawn at an entire screen DC
    By pc2-brazil in forum Windows Programming
    Replies: 3
    Last Post: 01-24-2009, 07:24 PM
  3. How can I stop the screen flicker?
    By Zerohawk in forum Windows Programming
    Replies: 2
    Last Post: 08-23-2005, 12:49 AM
  4. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM
  5. Replies: 3
    Last Post: 12-06-2001, 05:30 AM