how to decalre a string in c++

C++
string word = "";
word = "Hello  World!";
Source

Also in C++: