I would like to know how to change the console title in C++ using a string as the new parameter. I know you can use the SetConsoleTitle function of the Win3
SetConsoleTitle
string str(L"Console title"); SetConsoleTitle(str.c_str());