how can make string value in cpp

C++
string word = "";
word = "Hello  World!";#include <string>
string hello= "hello you thre :)";
Source

Also in C++: