Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

[RESOLVED] Console programming in Visual Studio

$
0
0
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?

Viewing all articles
Browse latest Browse all 3046

Trending Articles