PDA

View Full Version : Help C++ !



Null Frost
October 5th, 2008, 09:29 AM
First of all, i'm a new user of ubuntu, and i am studiying programming, so my problem is that we work with Borland C++ 3.1 and i was trying to find something "like" borland to use in ubuntu.
All i found was SETEDIT and Rhide (wich i couldn't install) so please help to find a program that works similar to borland.



Thanks

ad_267
October 5th, 2008, 09:54 AM
Have a look at the sticky in this forum:
http://ubuntuforums.org/showthread.php?t=796493
http://ubuntuforums.org/showthread.php?t=752224

Have a look at Anjuta, Code::Blocks and NetBeans. There's a lot of other options out there too. You could just use a text editor and Makefiles.

Idefix82
October 5th, 2008, 10:14 AM
It should be added that it depends on what you mean by "like Borland". The C++ Builder uses the so called VLC for displaying windows, buttons and generally for integration with the OS. All this is very specific to Windows so you will not find a similar architecture under Linux.

If you simply mean an IDE then refer to ad_267's suggestions.

Nick Lake
October 5th, 2008, 11:35 AM
Yeah - not sure what you mean by "like Borland"... If you want a C++ IDE - I like KDevelop.