new cmd windows

Jan 30, 2010 at 5:54pm
scdccs
Last edited on Feb 21, 2010 at 9:00am
Jan 30, 2010 at 6:19pm
Jan 30, 2010 at 7:04pm
cfgchg
Last edited on Feb 21, 2010 at 9:00am
Jan 30, 2010 at 8:12pm
That just creates a new console. Using that, you have not way of communicating with it. Also, system() is a blocking function, which means that until the program it started has finished, system() will not return to the calling function.
IPC is not for beginners.
Topic archived. No new replies allowed.