Ok this is probably a simple question with an answer I just can't find, but I'm having an issue with writing C++ in Xcode. Before snow leopard (in the previous version of Xcode), I could write a program, hit "build and go", the code would compile and execute in a terminal-like window. Now, the only way I can get it to execute is opening the executable in the project window. Build and run seems to compile and then do nothing.
Any way to return to the functionality I'm used to? Still pretty new to this so any help is greatly appreciated. Thanks
Any way to return to the functionality I'm used to? Still pretty new to this so any help is greatly appreciated. Thanks