On Windows it is mostly meh in my opinion as it is hard to compete with the Visual Studio feature wise. Had they ported it to Linux I'd be way more interested. I am not particularly fond of native C++ IDE choices on Linux. Currently using CodeLite for that purpose.
Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
71–80 of 84 posts
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#72Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#73I remember replacing it with wxDevC++ [1] in our university labs. I was really awesome and our students loved it a lot. [1] http://wxdsgn.sourceforge.net/
IT was awesome, not "I" -_- ugh my nerves!
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#74Earlier quoted context omitted.
I will have to disagree here. Visual Studio's C++ tools are fundamental for any C++ development beyond toy "hello world" and prototypes. I've been a Linux user for 8 years now and my biggest pain is the lack of a proper C++ IDE with decent debugging. Even if you forget an IDE, there are no decent debuggers[0][1]. [0]: https://scattered-thoughts.net/writing/looking-for-debugger/ [1]: https://scattered-thoughts.net/wri…
I think there is a level of familiarity bias that happens with debugging tools. I could probably get away with making gdb my login shell I live in it so much, and when I find myself using Visual Studio's debugger, I find it incredibly clunky. The things people complain about for gdb (e.g. you can't see the source code for where it is executing) I don't find to be a big deal (I just jump to the correct line in my text…
source debugging is a minor component of GUI debuggers.
Having a graphical watch window with multiple variables, looking at registers in a different window while stepping through etc. is invaluable to me.
Also stuff like losing mental context because of dumping a long stack in the same window where I was just inspecting disassembly is frigging painful.
But I agree about familiarity bias in most cases.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#75Earlier quoted context omitted.
but what if you aren't using Qt?
QtCreator is a generic C/C++ IDE, built with Qt. (and since it has language server support nowadays it looks like it's useable for rust, etc). It has a profiling UI, valgrind support, etc etc.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#76Dev-cpp, mingw, and allegro where my gateway drug back in 2000 or so, nice to hear it’s still around.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#77Any particular reason why these two posts were rendered dead? ------- H_Pylori 1 hour ago [dead] [–] Back in the day, Dev-C++ was the ideal IDE for the C/C++ beginner. Simple, easy to use and very light in term of resources. I remember being able to run Dev-C++ on a 166Mhz Pentium I with 32Mb of RAM (which was hopelessly obsolete even by then). You could even install C libraries automatically as DevPaks. ------- ku-m…
Looks like something in their post history got them the equivalent of shadowbanned on HN.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#78Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#79I used it lightly. It was nice. Remember it being fast at least for my light usage, compiling simple UNIX-style commmand-line utilities (to achieve small tasks) that I used to love to write on Windows - and still do :)
https://jugad2.blogspot.com/2014/09/my-ibm-developerworks-ar...
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#80What's a decent Delphi (Object Pascal) IDE for *nix?
Lazarus is great.
https://jugad2.blogspot.com/2017/04/digital-clock-created-in...