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
 
Soldato
Joined
6 Sep 2006
Posts
6,275
Location
London
Use CMake to compile and whatever your preferred text editor with syntax highlighting is for editing. I use SublimeText 3.
 
Caporegime
Joined
18 Oct 2002
Posts
32,618
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.
 
Soldato
Joined
22 Dec 2008
Posts
10,370
Location
England
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