Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a C++ console/terminal project in XCode?

Tags:

c++

xcode

macos

I am using MacBook Pro Mac OS 10.5 with related version of XCode. I am new to this development environment. I want to develop C++ code for a console/terminal-based application using XCode on Mac OS 10.5, but I did not figure out how to create such type of project using XCode. Could anyone briefly describe the steps or refer me to some related tutorials?

like image 306
George2 Avatar asked May 10 '10 16:05

George2


People also ask

How do I run a console application on a Mac?

Here's how to open Console on your Mac: Go to Applications > Utilities and double-click Console to launch it. You'll see your Mac listed on the left-hand side, along with any other Apple devices on your Wi-Fi network, and logged in to your Apple ID.


1 Answers

File->New project

Then from the list on the left "Command line utility", and on the right "C++ tool".

like image 78
Federico klez Culloca Avatar answered Nov 06 '22 08:11

Federico klez Culloca