cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
#include <string> ??????
#include <string> ??????
Aug 18, 2010 at 10:08pm UTC
D Technodude
(51)
What does #include <string> do??????
Last edited on
Aug 18, 2010 at 10:08pm UTC
Aug 18, 2010 at 10:14pm UTC
DaSpirit
(35)
Google is your friend.
http://www.cplusplus.com/forum/general/4202/
It basically includes a file which lets you create data types that are able to string characters together, creating words, phrases or even sentences.
Topic archived. No new replies allowed.