Is it possible to create two console windows (one of which is the main one), and the second one with a pop-up window, like a message window in Windows Forms?
I want the identifiers (which will be hardcoded in the application) to be saved in the secondary console window. Thus, the user does not need to return to the main menu to check the available identifiers
If so, how would you do it?
Many thanks
c ++ windows windows-console console-application
Tom c
source share