Hi. I'm pretty new to coding and i have used CodeBlocks for some time. Recently I started using Xcode and there is one feature I really miss. When I run my code in CodeBlocks, it automatically opens terminal window and runs code there. In Xcode i can only see my output bellow the code, and if there are many lines it has to write, the console becomes really choppy and laggy. Is there a way could make that when i run my c++ code, it automatically runs in a new terminal window? (if it's not possible maybe there is a way to make console in Xcode run smoother when running the code)
Running c++ in terminal
Look in the scheme settings, under Options. There's a settings group to use either Xcode or Terminal as the console.