I have switched to using Visual Studio community 2022 on Windows 10. Producing a hello world to the console is no problem.
My issue is that I can not change the console title (it stays with - Microsoft Visual Studio Debug Console) or do anything with the console provided. I've tried freeconsole() and allocConsole(), even AttachConsole() but nothing I do allows me to manipulate the console window provided by visual studio.?
What am I missing here?
My issue is that I can not change the console title (it stays with - Microsoft Visual Studio Debug Console) or do anything with the console provided. I've tried freeconsole() and allocConsole(), even AttachConsole() but nothing I do allows me to manipulate the console window provided by visual studio.?
What am I missing here?