Re: embedded postgresql + C++ IDE

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: embedded postgresql + C++ IDE
Date: 2003-11-18 00:41:15
Message-ID: 3FB96AAB.4030509@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Eclipse also has a nice c++ plugin.

Richard Welty wrote:

>On Mon, 17 Nov 2003 23:48:46 +0000 (GMT) jini us <jiniusuk(at)yahoo(dot)co(dot)uk> wrote:
>
>
>>Java has long way to catch up with C++
>>in my opinion.
>>
>>
>
>perhaps. this is neither the time nor the place for that discussion.
>
>however, in answer to the actual discussion in this thread,
>netbeans (not javabeans) is a nice pseudo open-source
>IDE (no charge, and it's open source to the extent that the
>Sun Public Licence is open source, which is to say sort of
>but not really).
>
>see http://www.netbeans.org/ for a copy, but be sure that your
>development system has enough RAM -- and you'll want to
>watch the netbeans users list for performance tips, as there
>are a lot of tweaks to the default memory management parameters
>that are worth making.
>
>it happens to have a C++ module which can be downloaded
>and added; i've played with it a bit. only downside is that the
>runtime and debugger aren't really integrated; i find myself
>editing C++, saving it, and going to a shell window to run
>the makefile, which isn't nearly as slick as when i do java
>development in the IDE.
>
>richard
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2003-11-18 00:48:19 Re: PostgreSQL v7.4 Released
Previous Message Richard Welty 2003-11-18 00:15:14 Re: embedded postgresql + C++ IDE