Any IDE's for Linux??


 
Thread Tools Search this Thread
Operating Systems Linux Any IDE's for Linux??
# 1  
Old 09-25-2009
Any IDE's for Linux??

I know we are supposed to be using UNIX as a collection of tools but are there any big applications where I can run/test C programs without exposing the poor things to the outside world? Smilie
# 2  
Old 09-26-2009
# 3  
Old 09-28-2009
Quote:
Originally Posted by treedroppings
I know we are supposed to be using UNIX as a collection of tools but are there any big applications where I can run/test C programs without exposing the poor things to the outside world? Smilie
If that's what you think an IDE does, I'm afraid you're mistaken Smilie Unless you put it in a chroot or something, they run with the same permissions and access the same things they always would. I've never found an IDE that does differently.

IDE or not, you may occasionally find the Data Dump Debugger useful.

Last edited by Corona688; 09-28-2009 at 12:42 PM..
# 4  
Old 09-28-2009
Quote:
Originally Posted by treedroppings
are there any big applications where I can run/test C programs without exposing the poor things to the outside world? Smilie
NetBeans IDE - C and C++ Development
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

IDE for C programs on AIX

Hi, I need an IDE for my C application based on AIX 5.3 is there any IDE that I could use directly in AIX or I have to use X window server to visualise it on windows? Thanks in advance Hasnaa (3 Replies)
Discussion started by: SteAlma
3 Replies

2. Programming

IDE's for the ARM processor on Linux

Hello everyone. I am running Debian on an ARM7 Device (aka my android phone). Everything is great. Works well. I would love to use it for Development. Mainly my interests are in Web Development, and Java development. So far the only useful IDE for debian arm is Netbeans. Which is pretty... (0 Replies)
Discussion started by: CDevelop
0 Replies

3. Programming

Netbeans ide can't display chinese character in linux

When i write the source code in netbeans environment,if the source code,there are chinese characters,chinese characters will be displayed as box,how to solve this problem?please (2 Replies)
Discussion started by: fang_xiaoan
2 Replies

4. Programming

C++ ide

Hi, I'm using command line for editing(vi), building(make), debugging(gdb) applications written in C++ . To which IDE it is easyest/fastest to move such command-line project. Seems that SlickEdit requires to do mass of settings to create its own project. (6 Replies)
Discussion started by: mitan_shahverdy
6 Replies

5. Filesystems, Disks and Memory

shift hard disk from primary IDE channel to secondary IDE channal

Wellcomes All, some times ago I 've installed a Debian ditribution on an Hard Disk who was set as Primary Master. Few days ago, I 've decided to install another Hard Disk with a different Operating System. When I did that, I turned off the old hard disk, and I mouted the new one on the Primary IDE... (1 Reply)
Discussion started by: thekarsillo
1 Replies

6. HP-UX

netbeans IDE on Hp-UX

Can netbeans IDE be installed and used on hp-ux? Sorry I know this is more java specific but does anybody have any experience with this? There does not seem to be any specific installation or support from netbeans. (0 Replies)
Discussion started by: domestos
0 Replies

7. Programming

C/C++ IDE for FreeBSD

Hi folks I'm looking for a easy-to-use C/C++ IDE to develop application for X-windows on FreeBSD (window manager is OpenBox, and I don't have KDE/Gnome installed)! Is there a good programming IDE for this?? (1 Reply)
Discussion started by: tos
1 Replies

8. Programming

IDE's for C++ and..ADA ?

I am looking for and IDE or at least a compiler that can handle calls from ADA to C++, including classes and whatnot. I am talking about the AIX platform (RS6000). I have tried Rational's ApexDuo but it sucks. Does anyone know a better solution ? Pure C++ compilers that are better than IBM's... (0 Replies)
Discussion started by: Seeker
0 Replies
Login or Register to Ask a Question