Sponsored Content
Full Discussion: C++ ide
Top Forums Programming C++ ide Post 302362285 by Corona688 on Thursday 15th of October 2009 01:14:30 PM
Old 10-15-2009
Quote:
Originally Posted by mitan_shahverdy
THX!
Actually main point I'm interested in is:
Not creating a new project from scratch,
but starting to use already-existing, command-line/shell/(make based) project with IDE.
It'd be easier to create a brand new project and just add the existing source files. Reverse-engineering the existing makefile will be a herculean task.
Quote:
What I want, is to set as few setting as possible, and crate few additional things /e.g project files/ when migrating to IDE.
In ideal I would like to load makefile, and say-GO! Image <but seems its not possible ...>
The IDE probably requires a project to use its own makefiles.

Also keep in mind that going from IDE back to plain make is going to be even harder... a project you've built in an IDE is going to be very hard to alter without it. What functions are you looking for in an IDE? I've found the Data Display Debugger a very useful adjunct to programming. It gives me all the bits of IDE I actually want -- debugging with graphical source-code viewing, variable watch, breakpoints, line-by-line stepping and so forth -- without demanding its own build system, forcing you to use any particular editor, or any other arbitrary restriction most IDE's enforce. All it needs is an executable built with debugging information, and the ability to find the relevant source files.

Last edited by Corona688; 10-15-2009 at 02:25 PM..
 

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. Linux

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? :D (3 Replies)
Discussion started by: treedroppings
3 Replies

6. 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
PDCIDE(4)						   BSD Kernel Interfaces Manual 						 PDCIDE(4)

NAME
pdcide -- Promise IDE disk controllers driver SYNOPSIS
pdcide* at pci? dev ? function ? flags 0x0000 DESCRIPTION
The pdcide driver supports the Promise Ultra33, Ultra66, Ultra100, Ultra100TX2, Ultra100TX2v2, Ultra133, Ultra133TX2, Ultra133TX2v2, Fast- trak133 and Serial ATA/150 IDE controllers, and provides the interface with the hardware for the ata(4) driver. The 0x0002 flag forces the pdcide 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. The pdcide driver does NOT function correctly on NetBSD/sparc64. BSD
December 23, 2003 BSD
All times are GMT -4. The time now is 06:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy