tags:

views:

48

answers:

1

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?

+4  A: 

File->New project

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

klez
Cool, question answered!
George2