Header file for console allocation functions. This file contains declarations for functions that allocate a console for the application. More...
Go to the source code of this file.
Functions | |
| int | allocateConsole (wchar_t const *consoleTitle=L"") |
| Allocates a console for the application. This function creates a new console for the application, allowing it to use standard input/output streams. It also redirects the standard input, output, and error streams to the console. | |
Header file for console allocation functions. This file contains declarations for functions that allocate a console for the application.
Definition in file consoleAllocator.h.
| int allocateConsole | ( | wchar_t const * | consoleTitle = L"" | ) |
Allocates a console for the application. This function creates a new console for the application, allowing it to use standard input/output streams. It also redirects the standard input, output, and error streams to the console.
Definition at line 3 of file consoleAllocator.cpp.