Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for Objective C

What are the IDE's or development tools best suited for projects involving Objective C, C and C++? Is there a common IDE which would support all the three languages.

like image 726
voidone Avatar asked Jul 11 '09 18:07

voidone


1 Answers

If you are using Objective-C for macos or iphone apps it seems there is no way around Xcode from Apple. Xcode has many tools like an Iphone emulator and a profiler for Iphone and macos applications.

For c and c++ I personally would use Eclipse

like image 124
Janusz Avatar answered Sep 21 '22 23:09

Janusz