Earlier quoted context omitted.
You double click the icon. And then you start typing code. Visual Studio has never been quite that fast. It may not have as comprehensive a feature set as VS. But it's an excellent hackable IDE for enthusiasts.
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…
Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
41–50 of 84 posts
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#42Earlier quoted context omitted.
I just checked. From cold start it takes 3 seconds for me to start typing in Visual Studio in my current project. Dev C++ might be faster in this particular matter (been a very big while since I've used it so can't really verify) but I would not trade loosing 3 seconds a day for the whole shebang of features that are way more robust and plentiful in Visual Studio.
In 2020, yes. It's 3 seconds. But in the glory days of DevC++ (when it was managed by Bloodshed), it was a heck of a lot longer than 3 secs. Not to mention, DevC++ was free. VS was not. I'm not saying Dev C++ is better than VS. It was just a solid choice for it's loyal community of users.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#43Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#44Dev-cpp, mingw, and allegro where my gateway drug back in 2000 or so, nice to hear it’s still around.
> Dev-cpp, mingw, and allegro where my gateway drug back in 2000 or so, nice to here it’s still around. Same, when I saw Dev-cpp, my first thought was "bloodshed.net"; I'm glad to see a fork alive and well. This IDE in particular was a stepping stone/turning point in my career.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#45Earlier quoted context omitted.
You double click the icon. And then you start typing code. Visual Studio has never been quite that fast. It may not have as comprehensive a feature set as VS. But it's an excellent hackable IDE for enthusiasts.
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…
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#46Earlier 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 agree totally. No one else has ever been able to make a debugger as good as Visual Studio. That's why I do all my core development work on Visual Studio, and only use XCode / code blocks for testing on Mac/Linux.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#47Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#48Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#49I was really awesome and our students loved it a lot.
Re: Dev-C++ Is a Low Memory Windows Native C++ IDE Built in Delphi
#50Dev-cpp, mingw, and allegro where my gateway drug back in 2000 or so, nice to hear it’s still around.
> Dev-cpp, mingw, and allegro where my gateway drug back in 2000 or so, nice to here it’s still around. Same, when I saw Dev-cpp, my first thought was "bloodshed.net"; I'm glad to see a fork alive and well. This IDE in particular was a stepping stone/turning point in my career.