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
d
d
Aug 31, 2015 at 3:55am UTC
noobcplus
(1)
fdss
Last edited on
Aug 31, 2015 at 10:38pm UTC
Aug 31, 2015 at 6:44am UTC
keskiverto
(10402)
You have essentially:
1
2
3
char
res; cin >> res;
if
(res ==
'yes'
)
Doesn't your compiler warn about something in the line 3?
PS. Please use the code tags.
Topic archived. No new replies allowed.