c++ string

C++
#include <string>

std::string myString = "Hello, World!";
Source

Also in C++: