#include <string> ??????

What does #include <string> do??????
Last edited on
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.