
please wait
by ElusiveTau
How to create bare-minimum Windows Application with Console Access?
|
I'm following this video tutorial and would like to run the code snippet at 1:07. #define WIN32_LEAN_AND_MEAN #include <iostream> #include <string> #... |
Nov 9, 2024 at 12:16am
[7 replies] Last: You can call AllocConsole() to get a console in a Windows (GUI) appl... (by kigar64551)
|