Hi,
Programming teacher gave us an example of a larger project using multiple files. It is a Dev C++ project that I have gotten to mostly work as an Xcode command line tool project. However, the old code makes use of the system("PAUSE"); call which is obviously Windows-only and has to be commented out.
So when I try to run the executable, you enter the data and the terminal window goes "poof".
Thanks!
Programming teacher gave us an example of a larger project using multiple files. It is a Dev C++ project that I have gotten to mostly work as an Xcode command line tool project. However, the old code makes use of the system("PAUSE"); call which is obviously Windows-only and has to be commented out.
So when I try to run the executable, you enter the data and the terminal window goes "poof".
Thanks!