cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Validation functions
Page 2
Validation functions
Pages:
1
2
Apr 16, 2013 at 7:06pm UTC
Alex91
(27)
I noticed I did miss that warning, but all I had to do was switch to a while loop.
Apr 16, 2013 at 7:32pm UTC
MikeyBoy
(5631)
And what effect do you think that will have on the behaviour of your code?
Apr 17, 2013 at 1:00am UTC
Alex91
(27)
I guess the if statement doesn't continue to evaluate like the while statement. I thought about changing this earlier, but just assumed the if and while statements could be used interchangeably.
Topic archived. No new replies allowed.
Pages:
1
2