 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Ralf Hornbeck Guest
|
Posted: Sat Dec 27, 2003 11:19 am Post subject: Which IDE ? |
|
|
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
|
Posted: Sat Dec 27, 2003 12:23 pm Post subject: Re: Which IDE ? |
|
|
"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
|
Posted: Sat Dec 27, 2003 3:29 pm Post subject: Re: Which IDE ? |
|
|
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
|
Posted: Mon Dec 29, 2003 3:00 pm Post subject: Re: Which IDE ? |
|
|
"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
|
Posted: Mon Dec 29, 2003 5:51 pm Post subject: Re: Which IDE ? |
|
|
"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
|
Posted: Mon Dec 29, 2003 8:55 pm Post subject: Re: Which IDE ? |
|
|
"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
|
Posted: Tue Dec 30, 2003 10:50 am Post subject: Re: Which IDE ? |
|
|
"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... 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
|
Posted: Tue Dec 30, 2003 6:46 pm Post subject: Re: Which IDE ? |
|
|
"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
|
Posted: Tue Dec 30, 2003 8:31 pm Post subject: Re: Which IDE ? |
|
|
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
|
Posted: Wed Dec 31, 2003 7:42 am Post subject: Re: Which IDE ? |
|
|
"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
|
Posted: Thu Jan 08, 2004 1:02 pm Post subject: Re: Which IDE ? |
|
|
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
|
Posted: Thu Jan 08, 2004 1:27 pm Post subject: Re: Which IDE ? |
|
|
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 |
|
 |
|
|
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
|
|