Better Screen Handling in C++
When I was posting the Sudoku code, I noticed that I had my conBuffer routines in that directory. These routines, treat the screen as an object and have some predefined operators and manipulators to make moving, coloring and clearing the screen easier.
Find the enclosed screen buffer routines:
I'm also including as a free bonus, a program that uses the routines to play "pong". My students were supposed to modify it so that it really could. I only provided the bouncing balls.
Find the enclosed screen buffer routines:
I'm also including as a free bonus, a program that uses the routines to play "pong". My students were supposed to modify it so that it really could. I only provided the bouncing balls.
Labels: C++, conBuffer, pong, Visual Studio

