• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

C++ compiler for Mac

Joined
5/25/11
Messages
19
Points
13
Hey guys,
I am taking C++ class this term and the problem is that i have a Mac. Whats the best way to use C++ in mac? Any suggestions for a good compiler to use C++ in Mac?
 
You should have a range of compilers to use. g++ is a good one, but there are many others.
 
Thanks for the input guys!
I am again stuck with a problem again. I have been using Xcode to write some basic programs and now I am doing an independent study on it with one of my professor. So my professor wanted me to send him object code file of my program but i cant find where it is. It was easy in FORTRAN where i could get it from command prompt but it seems different in Xcode. Any of you guys know how to retrieve object code file in Xcode? Thanks
 
Back
Top