Snake (Blinking problem)

Hello everyone I have a problem with my snake game. When i play it blinking because i use system("cls") so it looks like the snake is moving. Here is the code pleas take a look.
http://rapidshare.com/files/170920770/Snake.cpp.html
If you know how to do it without blinking pleas tell me =)
Sorry for my bad English.
Last edited on
You won't be able to avoid the blinking without using some kind of graphics library. Trying to animate graphics using only console ascii art is not going to work.
Not really, you could avoid blinking just by redrawing characters needed instead of all the console window ( http://www.cplusplus.com/forum/beginner/5589/ )
Last edited on
Topic archived. No new replies allowed.