Sponsored Content
Top Forums UNIX for Advanced & Expert Users Setup a Fully Featured C++ Develop Environment Post 302339050 by Corona688 on Wednesday 29th of July 2009 03:10:03 PM
Old 07-29-2009
My favorite IDE is and probably always will be Microsoft Visual C++ 6.0. Since moving to Unix I've tried a few; Eclipse, Xcode, Kdevelop, and generally found them lacking because of the way they tie in with the hackish automake system. I used kdevelop happily for 2 years, then all my projects broke with the next automake upgrade. There was nothing left to do but trash all project files not ending in .[ch] and write my own makefiles.

They tie in with automake, of course, to provide the ability to build their projects without actually having the graphical IDE installed. Anything less would be shocking on a UNIX system, but looking at an autogenerated makefile is like looking at HTML generated by MS Word. Create a project with an IDE and it will be a herculean task to deal with it without the same IDE. Depending on how picky it is, it might even need to be the same version of the same IDE.

I like emacs about as much as you do. I like vi about as much as a snakebite. But typing in a black window instead of a white one really isn't that bad, if you use a text editor invented after the AT keyboard was. Smilie Try nano. With tools like the Data Display Debugger around, code autocompletion is about the only thing you don't get sans-IDE these days.

There's a lot of buzz about Eclipse these days. I remain suspicious of any VM language that occupies that many megabytes of disk real estate, but if you don't mind Java, it may be the way to go for learning the language without dealing with the console (directly).
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix develop environment

hi! i am Carlos i study @ UABC (Autonomy University of Baja California)... i have a final project.... i need to make a presentation of the new... unix develop environment... but... i have some problems with that.... could you tell me something to help me? (0 Replies)
Discussion started by: Nx GT-R
0 Replies

2. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

3. Shell Programming and Scripting

Featured Books and Articles by Active Forum Members

The UNIX and Linux Forums have a number of active members that have published books or papers related to shell programming and scripting. You can check out their publications here: Link Removed Please note, as you can imagine, our forum experts can be quite busy! You will get a response... (0 Replies)
Discussion started by: Neo
0 Replies

4. Shell Programming and Scripting

How to send email using shell script in UNIX, Is any environment setup required in Mac OS X ?

Hi All, I am using Mac OS X (Leopard OS). I am very new to UNIX. My requirement is that, by running a shell script, I create a log file. So I have to send a mail having that log file attached. What I tried to do is, I simply tried to check,whether this direct command works or not. So I... (2 Replies)
Discussion started by: Afreen
2 Replies

5. UNIX for Dummies Questions & Answers

Samba setup in virtual server environment Windows/ Linux

I have a home network set up that consists of a few windows clients and 3 centos, and 1 suse client. These are all virtual machines, VMware Workstation. One centos vm is set to be the Samba server. Do I need Samba set up on the other Linux clients?I have no problem seeing the windows clients... (0 Replies)
Discussion started by: ktb231
0 Replies

6. Ubuntu

how to built a gtk develop Environment for C programe

hi all: as title . i want to built a C GUI program environment in ubuntu. i know i should install gtk . but i try and try , and still failed .:wall: could some one help me ? thanks !! (0 Replies)
Discussion started by: arnold.king
0 Replies

7. Solaris

Setup print environment in Solaris 11

Hi Experts, Please help me on this. I've a print environment using NIS in Solaris 10. Recently we have new JDE environment which using Solaris 11 OS, and found that we can't use NIS anymore. So only the option is using CUPS. How do we integrate this print environment for both Solaris 10... (9 Replies)
Discussion started by: srigias
9 Replies

8. UNIX for Beginners Questions & Answers

UNIX Environment Setup - (Just starting!)

Morning All So, I am starting looking into the world of UNIX for a new job (luckily not my primary function!) and I am looking to get stared. Like anything I seem to learn best by trying things out first in an environment but I have a key question: Currently I use Oracle VirtualBox, can... (8 Replies)
Discussion started by: GophusMeau
8 Replies

9. UNIX for Beginners Questions & Answers

UNIX Environment Setup - (Just starting!)

Morning All So, I am starting looking into the world of UNIX for a new job (luckily not my primary function!) and I am looking to get stared. Like anything I seem to learn best by trying things out first in an environment but I have a key question: Currently I use Oracle VirtualBox, can... (1 Reply)
Discussion started by: harveyclayton
1 Replies
HPTIDE(4)						   BSD Kernel Interfaces Manual 						 HPTIDE(4)

NAME
hptide -- Triones/Highpoint IDE disk controllers driver SYNOPSIS
hptide* at pci? dev ? function ? flags 0x0000 DESCRIPTION
The hptide driver supports the Triones/Highpoint HPT366, HPT370, HPT370A, HPT372 and HPT374 IDE controllers, and provides the interface with the hardware for the ata(4) driver. The 0x0002 flag forces the hptide driver to disable DMA on chipsets for which DMA would normally be enabled. This can be used as a debugging aid, or to work around problems where the IDE controller is wired up to the system incorrectly. SEE ALSO
ata(4), atapi(4), intro(4), pci(4), pciide(4), wd(4), wdc(4) BUGS
The timings used for the PIO and DMA modes for controllers listed above are for a PCI bus running at 30 or 33 MHz. This driver may not work properly on overclocked systems. BSD
October 8, 2003 BSD
All times are GMT -4. The time now is 09:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy