Multiple consoles for a single application C++
问题 Is it possible to create two console windows (one being the main) and the secondary being a pop-up like a message box in Windows Forms? I only want the secondary console window to hold IDs (that will be hard coded into the application) So the user does not have to keep returning to the main menu to check available IDs If so how would you go about it? Many Thanks 回答1: Yes, you can do it. The solution is actually very simple - our process can start a new helper child-process, so the helper