pop-up diaglog boxes might self-close
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
Some of the pop-up diaglog boxes might want to close
more frequently. For example, after I compile code, if I
then click on the 'run' command, the pop-up dialog
window for the compile could go away.
My current edit-compile-test-debug cycle looks like:
edit subroutine library .c code;
click on compile button
close diaglog box
reopen main program project
confirm that I want to close the current project
recompile entire project
close diaglog box
run program
Note that in Unix, without an IDE, the bottom 7 button
clicks are replaced with 2 commands: "make ;
programname".