User profile: K0T4K0t4

User info
User name:K0T4K0t4
History
Joined:
Number of posts:70
Latest posts:

using BFS to find shortest path.
BFS doesn't really change from data type to data type since you are only trying to find the shortest...

global variables
[code] switch (count){ case 1: test=score1; break; case 2: test=score2; ...

Where to look?
well the basic idea your getting at is anytime there is user input you do the search and update the ...

check if text box is integer
what gui framework are you using? most of them have a way to specify the input type a textbox can ac...

Forbids comparison between pointer and integer
[code] int answer = 9; if (a < answer) cout << endl << "Sorry, try again!" << en...