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
Input in a char pointer
Input in a char pointer
Oct 14, 2009 at 6:52am UTC
Waqar Anwar
(2)
How to get a whole string input from a user with whitespace charaters and store it in a character pointer?
Please Please Help me
Oct 14, 2009 at 7:01am UTC
wachtn
(183)
This might help.
http://www.cprogramming.com/tutorial/lesson9.html
Oct 14, 2009 at 12:03pm UTC
hannes
(97)
use the
cin.getline(
/*string you want for the input*/
,
/*max lenght*/
)
Last edited on
Oct 14, 2009 at 12:03pm UTC
Oct 16, 2009 at 9:28am UTC
Waqar Anwar
(2)
Thanks I got the point
Topic archived. No new replies allowed.