How do you use/declare strings.

I have #include <string.h> is that the one I need? I tried declaring my string as:
string myString;

didn't work.

NOMAD