|
Strange issue with a do_while loop!C++
I have this issue where my program runs fine except that it iterates the number like is should but immediately after that number I get this"5AFEED48" This is a guessing game where the user enters a number and the while loop keeps track of how many guesses have been attempted. So my code works fine except I don't know why I am getting this" guess #15AFEED48, guess #25AFEED48,
guess #35AFEED48, and so on! So I can see that it is keeping track but why is it giving me all the extra stuff? And what does it mean?
Thanks.
|