world of problems with poker game
hey all, hope you're doing better than i am today. this program, which i thought would be easy, is giving so many troubles. the thing is, it runs differently every time: sometimes it will work, sometimes not, and sometimes it xrashes and wants to send an error report to ms (but then the debugger stalls and doesn't respond).
it's a simple program that after shuffling and dealing, prints 5 cards and then reports if there is a pair of like face cards. i think the root of the problem starts with the strcpy on line 88.
also, does anyone know how to read these "debug" reports? is there a quick and easy tutorial out there? thanks a lot :)
[edit code]