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
end of input
end of input
Oct 14, 2011 at 10:50pm UTC
TURAL MeLIKLI
(38)
how to write when i type 0 ,it is end of input?pleasee help
Oct 14, 2011 at 11:12pm UTC
ne555
(10692)
1
2
3
while
( cin>>input and input not_eq 0 ){
//...
}
Last edited on
Oct 14, 2011 at 11:13pm UTC
Topic archived. No new replies allowed.