Skip to content

Useful resources for writing C++ code in Mac using Xcode


During 18-20 April 2012 I am attending the course on “C++ for beginner”. The course mainly based on Window OS. To remind myself I here posted some useful link for C++ in Mac using Xcode.

Tips

How to run an executable file

  • In Xcode, an executable file is in the product folder below the main folder (the one that contains main.cpp file) in the left-hand side section.
  • The file name is the project name (without any extension).
  • Here are the step to run the file
  1. Right click on the file -> select “Open in finder”
  2. Launch the Terminal
  3. Type “cd” in the Terminal and Drag the folder that contains the file to the Terminal
  4. Type “./” and the project name  followed by the requirement for the program
No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: