Sponsored Content
Full Discussion: C++ ide
Top Forums Programming C++ ide Post 302361848 by mitan_shahverdy on Wednesday 14th of October 2009 08:11:59 AM
Old 10-14-2009
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 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
vala-gen-project(1)						   USER COMMANDS					       vala-gen-project(1)

NAME
vala-gen-project - generate the and automake skeleton for your vala project SYNOPSIS
vala-gen-project [OPTION...] [NAME] DESCRIPTION
Vala project generator is a little gui or command line utility that creates an automake project skeletoni vala program. It can be used without specifying a project name, so that a gtk+ gui will be presented or directly from the command line. OPTIONS
-?, --help Show help options -p, --projectdir=DIRECTORY Project directory -t, --type=TYPE Project TYPE: gtk+, console -l, --license=TYPE License TYPE: gpl2, gpl3, lgpl2, lgpl2.1, lgpl3, apache2, artistic --version Display version number -a, --author=NAME Author name -e, --email=EMAIL Author email address EXAMPLES
Create a gtk+ project with a gpl2 license and the name valatest vala-gen-project -t gtk+ -l gpl2 valatest EXIT STATUS
vala-gen-project returns a zero exist status if it succeed. Non zero is returned in case of failure. AUTHOR
Andrea Del Signore (sejerpz (at) tin.it) SEE ALSO
valac(1) version 0.1.0 December 24, 2008 vala-gen-project(1)
All times are GMT -4. The time now is 11:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy