Thread: Movement problem...

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    4

    Lightbulb Movement problem...

    Hi,i'm trying to make a snake type game, and, for the movement, i used a bydimensional array, how can i draw the movement without everytime redraw the grind?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    You'll have to use non-standard functions, such as 'gotoxy' or something like the curses library. The solution will have to be system dependant. To know what you'll be able to use, we'll have to know what OS / compiler you're using.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    4
    I'm using borland c++ 2.0 under windows 98

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  2. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  3. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM
  4. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  5. beginner problem
    By The_Nymph in forum C Programming
    Replies: 4
    Last Post: 03-05-2002, 05:46 PM