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
Strings..?
Strings..?
Sep 26, 2008 at 1:39pm UTC
vexstorm
(31)
How do you get a string to white space without messing up? I am trying to type in "Annette's Kitchen" for a food program and it shoots my whole program down >.>
Sep 26, 2008 at 1:44pm UTC
jpeg
(133)
C++
getline
http://www.cplusplus.com/reference/string/getline.html
C
fgets for files
http://www.cplusplus.com/reference/clibrary/cstdio/fgets.html
gets for command line
http://www.cplusplus.com/reference/clibrary/cstdio/gets.html
Topic archived. No new replies allowed.