C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Which IDE ?

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
Ralf Hornbeck
Guest





PostPosted: Sat Dec 27, 2003 11:19 am    Post subject: Which IDE ? Reply with quote



Hi,

which IDE (I prefer open-source or other free software, of course) would you
currently recommend for C++ development under W2K ?

Thanks !


Back to top
Bob Jacobs
Guest





PostPosted: Sat Dec 27, 2003 12:23 pm    Post subject: Re: Which IDE ? Reply with quote



"Ralf Hornbeck" <noreply (AT) gmx (DOT) de> wrote

Quote:
Hi,

which IDE (I prefer open-source or other free software, of course) would
you
currently recommend for C++ development under W2K ?

Thanks !

http://www.bloodshed.net/



Back to top
Unforgiven
Guest





PostPosted: Sat Dec 27, 2003 3:29 pm    Post subject: Re: Which IDE ? Reply with quote



Ralf Hornbeck wrote:
Quote:
Hi,

which IDE (I prefer open-source or other free software, of course)
would you currently recommend for C++ development under W2K ?

I prefer Visual Studio .Net 2003, but it's neither open-source nor free, so
I'm afraid I can't really help you.

--
Unforgiven

"Most people make generalisations"
Freek de Jonge


Back to top
Derek
Guest





PostPosted: Mon Dec 29, 2003 3:00 pm    Post subject: Re: Which IDE ? Reply with quote

"Ralf Hornbeck" wrote:
Quote:
Hi,

which IDE (I prefer open-source or other free software, of course)
would you
currently recommend for C++ development under W2K ?

Thanks !

http://www.eclipse.org/eclipse/faq/eclipse-faq.html

(I've never used it myself.)



Back to top
_PacketStorm_
Guest





PostPosted: Mon Dec 29, 2003 5:51 pm    Post subject: Re: Which IDE ? Reply with quote

"Ralf Hornbeck" <noreply (AT) gmx (DOT) de> wrote

Quote:
Hi,

which IDE (I prefer open-source or other free software, of course) would you
currently recommend for C++ development under W2K ?

Thanks !

I liked Borland C++ Builder a lot - it's very intuitive and a great
RAD tool.....unfortunately it's not free either.

Rohit

Back to top
Roger Leigh
Guest





PostPosted: Mon Dec 29, 2003 8:55 pm    Post subject: Re: Which IDE ? Reply with quote

"Ralf Hornbeck" <noreply (AT) gmx (DOT) de> writes:

Quote:
which IDE (I prefer open-source or other free software, of course) would you
currently recommend for C++ development under W2K ?

Have you tried Emacs? It's free software, and very good. It has
special modes for editing C++ (and most other programming languages).


--
Roger Leigh

Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.

Back to top
Chris Mantoulidis
Guest





PostPosted: Tue Dec 30, 2003 10:50 am    Post subject: Re: Which IDE ? Reply with quote

"Ralf Hornbeck" <noreply (AT) gmx (DOT) de> wrote

Quote:
Hi,

which IDE (I prefer open-source or other free software, of course) would you
currently recommend for C++ development under W2K ?

Thanks !

1) Some suggestions (all free):
eclipse (I have never used it, never ever ever, lol, but i'm
thinking of trying it out)
vim (used it for just a little time, I can't say I loved it,
but it supports some/many languages)
RHIDE (I suggest that you NEVER use that, since it has some
memory leaks and stuff, I threw it away after 2-3 days)
jEdit (get this, it's really good, it supports many languages)

2) Move on to linux buddy... Wink There you can also use Kylix which is
for free and is a clone of Delphi (and C++Builder). I'm using that
atm, having some problems cuz of the patch but I can work well :D

Oh you could try Emacs on linux too, I've heard it's good but I've
never touched it :)

-

To tell you the truth for some time (for some months) I stopped
working with IDEs probably because I had changed my computer and was
too lazy to d/l an IDE (hehe). I worked just with KWrite (on Linux)
which I think is really close to an IDE...

-

BTW: If you ever join us in the Linux world, DON'T use KDevelop...
It's a pain in the ... butt. It adds many useless info and many files
and stupid things like that and takes forever to just create the
source file...


Hope that helps

cmad

Back to top
Mitchell Hayenga
Guest





PostPosted: Tue Dec 30, 2003 6:46 pm    Post subject: Re: Which IDE ? Reply with quote


"Chris Mantoulidis" <cmad_x (AT) yahoo (DOT) com> wrote in message

Quote:
BTW: If you ever join us in the Linux world, DON'T use KDevelop...
It's a pain in the ... butt. It adds many useless info and many files
and stupid things like that and takes forever to just create the
source file...

Try the new series (3.x)... Seems they have gone some distance to eliminate
a lot of the unnecessary bloat. I agree 1.x series was just bad, and 2.x
was bloated/slow as hell.

- Mitchell Hayenga
[email]no_spam_mitchhayenga (AT) mail (DOT) utexas.edu[/email]





Back to top
Jared Dykstra
Guest





PostPosted: Tue Dec 30, 2003 8:31 pm    Post subject: Re: Which IDE ? Reply with quote

Roger Leigh <${roger}@invalid.whinlatter.uklinux.net.invalid> wrote

Quote:
"Ralf Hornbeck" <noreply (AT) gmx (DOT) de> writes:

which IDE (I prefer open-source or other free software, of course) would you
currently recommend for C++ development under W2K ?

Have you tried Emacs? It's free software, and very good. It has
special modes for editing C++ (and most other programming languages).

emacs, cygwin, doxygen, and makefiles. Use the mingw toolchain to
avoid dependence on cygwin.dll. This makes projects nice and easy to
compile on either windows or UNIX.

Of course it's not GUI, but you can't beat it for flexibility.

....of course you might just want to cut windows out of the equation
all together.

---
Jared Dykstra
http://www.bork.org/~jared

Back to top
Chris Mantoulidis
Guest





PostPosted: Wed Dec 31, 2003 7:42 am    Post subject: Re: Which IDE ? Reply with quote

"Mitchell Hayenga" <mitchhayenga (AT) mail (DOT) utexas.edu> wrote

Quote:
"Chris Mantoulidis" <cmad_x (AT) yahoo (DOT) com> wrote in message

BTW: If you ever join us in the Linux world, DON'T use KDevelop...
It's a pain in the ... butt. It adds many useless info and many files
and stupid things like that and takes forever to just create the
source file...

Try the new series (3.x)... Seems they have gone some distance to eliminate
a lot of the unnecessary bloat. I agree 1.x series was just bad, and 2.x
was bloated/slow as hell.

- Mitchell Hayenga
[email]no_spam_mitchhayenga (AT) mail (DOT) utexas.edu[/email]

Thanks, seems like 3.x is way better than my old 2.1 (it was SO annoying) :)

Back to top
Alex
Guest





PostPosted: Thu Jan 08, 2004 1:02 pm    Post subject: Re: Which IDE ? Reply with quote

Hi, I am using windows 2000. Just wondering is there a windows version of
Emacs?

Thanks.
Alex

"Roger Leigh" <${roger}@invalid.whinlatter.uklinux.net.invalid> wrote in
message news:87ekuns5rs.fsf (AT) wrynose (DOT) whinlatter.uklinux.net...
Quote:
"Ralf Hornbeck" <noreply (AT) gmx (DOT) de> writes:

which IDE (I prefer open-source or other free software, of course) would
you
currently recommend for C++ development under W2K ?

Have you tried Emacs? It's free software, and very good. It has
special modes for editing C++ (and most other programming languages).


--
Roger Leigh

Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848. Please sign and encrypt your
mail.




Back to top
Christof Krueger
Guest





PostPosted: Thu Jan 08, 2004 1:27 pm    Post subject: Re: Which IDE ? Reply with quote

Alex wrote:

Quote:

"Roger Leigh" <${roger}@invalid.whinlatter.uklinux.net.invalid> wrote in
message news:87ekuns5rs.fsf (AT) wrynose (DOT) whinlatter.uklinux.net...

"Ralf Hornbeck" <noreply (AT) gmx (DOT) de> writes:


which IDE (I prefer open-source or other free software, of course) would

you

currently recommend for C++ development under W2K ?

Have you tried Emacs? It's free software, and very good. It has
special modes for editing C++ (and most other programming languages).


--
Roger Leigh

Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848. Please sign and encrypt your

mail.


Hi, I am using windows 2000. Just wondering is there a windows version of
Emacs?

Thanks.
Alex
(Top post rearranged, please do not top-post)


why not use google???
"emacs windows"

--
Regards,
Christof Krueger


Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.