Is it possible to close the console without shutting down the program?
For example to open a custom created console or if I want to open a HWND
and don't want the console in the background.
Yes I know I could use the WINAPI
and WinMain
but I want my program to be also executable on Linux-Systems (not with an HWND
here).