char str[] = "ABC";
#include <string> std::string str = "ABC";
System::String^ str = "ABC";
string str = "ABC";