- Jan 18, 2004
- 1,334
- 0
- 71
Hey all, I'm having a minor problem. I'm trying to create Bejewelled in c++, as part of a project for my programming class. My professor is unavailable so i hope you guys wouldnt mind answering a question for me. Basically I have the board and it asks for where a user wants to move a piece. then it checks the row and column to find if the move is legal.
If you need the full project its at the follwing host: http://www.savefile.com/files.php?fid=6449163
EDIT::Basically the problem I'm having is that when i try to update the board and make a move, it won't recognize the fact that i want it to move the the right, or move down, both consisting or adding 1 to the row or column.
Note::I'm sorry my post is vague. I'm new at asking people for help with the program that haven't looked at it before. Thanks for the Criticism but realize this is all new for me.
If you need the full project its at the follwing host: http://www.savefile.com/files.php?fid=6449163
EDIT::Basically the problem I'm having is that when i try to update the board and make a move, it won't recognize the fact that i want it to move the the right, or move down, both consisting or adding 1 to the row or column.
Note::I'm sorry my post is vague. I'm new at asking people for help with the program that haven't looked at it before. Thanks for the Criticism but realize this is all new for me.