C+ and C

Associate
Joined
29 May 2012
Posts
862
Location
UK
Hello all,

I am running Mac, I am looking for a program where i can write and build C and C++. It must be free and be able to work with borland c++

Cheers
Aston
 
Use CMake to compile and whatever your preferred text editor with syntax highlighting is for editing. I use SublimeText 3.
 
Install Xcode and you will get LLVM installed, or you can manually install GCC.
Then that is it, use what ever text editor you want, I use emacs.

You can sue autotools but cmake is much better.
 
Borland C++ is a IDE for Windows. Wiki thinks it finally died in 1997. So I suppose the answer is Windows 98SE or XP in a virtual machine. That will be a hellish way to write C++.

Emacs and clang (C++ front end to LLVM) are as good as C++ environments get. Both are definitely available on a mac.
 
Back
Top Bottom