Question:
Is there a String data type in c++?

In writing a function header that would take a string value for an argument, would this work:

void rentOne (int vidNum, String title)
{
}

or do I need to use CHAR ? (I fricken hope not)

I seem to think so, but maybe I'm remembering my Java OOP class instead..
please help