View Single Post
Old Feb 24th, 2007, 5:54 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You will get better responses if you read the forum's rules/faq. It's not only polite, it pays dividends in getting good responses without the thread having to run 40-50 posts.

One of the things you learn is to put your code in tags to preserve the indentation/formatting. Try that. Masochists, newbs, and the bored, will read it anyway, but it's really better to play by the rules.

This game was one of my first C programs, back in the 80's. It's really very simple. I only had a text-based glass TTY, so I represented the tokens as matches, constructed of vertical bars and letters 'o'.

I hope you aren't really using "DOS", as you call it (probably MSDOS, you mean?), and that it's merely a misapplication of the term. One would hope you mean a console-based app running under a more modern OS.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote