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
cin with 40 characters how to
cin with 40 characters how to
Dec 15, 2009 at 7:24pm UTC
epszxz
(4)
I need to be able to read a line that's not bigger than 40 characters including the blank spaces. how to do it?
It's for names
Last edited on
Dec 15, 2009 at 7:53pm UTC
Dec 15, 2009 at 7:44pm UTC
Bazzy
(6281)
http://www.cplusplus.com/reference/iostream/istream/getline/
http://www.cplusplus.com/reference/string/getline/
Topic archived. No new replies allowed.