Im new to using xcode. In windows programming, i wouuld use the include directory #include "std_lib_facilities.h". What is the include directory for xcode? So confused cause ive been having to type
It isn't Xcode's problem -- you should be executing command line applications from the command line. (I will agree, however, that IDE's that are too stupid to launch your command-line application and not keep the window open when it terminates are obnoxious.)
[edit] I should note, however, that this isn't a panacea to keeping your window open. It might be better to find some system QUIT message you can capture that will let you know that it is time to hold the window.