Hello all. I'm creating a checkers program using C++. My board and pieces all display fine and everything works smoothly after pieces move and jump. The only problem is that after 12 successful moves it cuts off every time and I can briefly read something like
BGI graphics error or something.
Does anyone have any idea what BGI graphics error is?
Does anyone know why it would run 11 times and then stop after 12?
Should I post the code even though it's pretty long?