PDA

View Full Version : Alternative for Borland C++ in Ubuntu


SHENGTON
October 21st, 2010, 02:27 AM
Hello, good afternoon. :)

I'm a college student. I'm using Borland C++ 5.02 in Windows. I just installed and updated my Ubuntu 10.10 yesterday.

Now I want to use a program which is equivalent to Borland C++. Is there any alternatives for Borland C++ in Ubuntu?

Thanks! :)

ad_267
October 21st, 2010, 02:40 AM
Qt Creator, Code::Blocks, Eclipse.

There are lots of C++ IDEs for Linux, try some and see what you like. Most can be installed from the Ubuntu software centre.

SHENGTON
October 21st, 2010, 11:44 PM
Thanks ad+267. :)

Kindly give me a link which is a list of alternatives of programming softwares.

ad_267
October 24th, 2010, 10:50 PM
There's a good list here: http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments# C.2FC.2B.2B

Just check the column to see which are available for Linux.

pogztimz
October 25th, 2010, 06:25 AM
try anjuta..

sudo apt-get install anjuta

and here are the list of dependencies..

http://projects.gnome.org/anjuta/downloads.html

cheers..:)

SHENGTON
October 25th, 2010, 11:53 PM
Thanks guys, I'll try those.