cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
deleleted
deleleted
Jun 1, 2015 at 4:50am UTC
closed account (
yR9wb7Xj
)
deleted
Last edited on
Jun 2, 2015 at 2:46am UTC
Jun 1, 2015 at 7:52am UTC
coder777
(8444)
The culprit is the else branch on line 157 or better on line 167. A
break
;
is required after line 168 otherwise you check only for the very last field.
Jun 1, 2015 at 3:11pm UTC
closed account (
yR9wb7Xj
)
thanks it works now
Topic archived. No new replies allowed.