Learning to compile in xcode

Posted by 00PS on Stack Overflow See other posts from Stack Overflow or by 00PS
Published on 2010-04-27T23:25:44Z Indexed on 2010/04/27 23:33 UTC
Read the original article Hit count: 258

Filed under:
|
|

I have started using c++ extensively in school and now my programs are getting to the point where have more than 1 file (i.e. header, driver, implementation file). I don't know enough about software development to understand or get a grasp of how to setup the build process by looking at apple's guides. Could someone walk me through how to compile a simple c++ project with a header and two c++ files in xcode? Do I first need to make a makefile??

© Stack Overflow or respective owner

Related posts about c++

Related posts about xcode