What IDE do you use?

May 18, 2018 at 2:45pm
I'm just being curious. Edit: For c++. I use CodeBlocks.
Last edited on May 18, 2018 at 3:12pm
May 18, 2018 at 3:02pm
Code Blocks at home, Visual Studio at work. Notepad++ for small edits. Visual Studio admittedly has a better "flow" to it than Code Blocks, for me (easier navigation and typing).
May 18, 2018 at 3:04pm
For C++, I use VS 2015, although I'll be upgrading 2017 soon.

For Python and other languages, I use Eclipse, largely through inertia - I'm sure there are better options.
May 18, 2018 at 3:24pm
VS2015 for C++/C# on windows
vim on linux, mostly to make quick adjustments and fix linux-specific build issues. I'm usually examining files through putty + screen, so without a full desktop environment.
Sublime Text 3 for windows text editing and potentially executing all sorts of files. It's not free but I like the look & feel. Occasionally Notepad++ to check line endings or prepare to print to an actual printer (rare but useful).

Then I usually have a Console 2 open, which is a nice front-end for managing various consoles in tabs. Bunch of cygwins for searching and executing stuff like CMake, perhaps a Ruby interpreter for some quick math.

repl.it -- I like this online compiler site to help answer questions or try things out; supports a variety of languages and extra files (e.g. for input).
May 18, 2018 at 5:46pm
Geany + Makefiles (for multi-file programs).
Last edited on May 18, 2018 at 5:46pm
May 18, 2018 at 6:12pm
CLion is good, but it is not free.
You can use trial version, anytime it is expired, you can clean up and reinstall it again.
Or, upgrade to a newer version if it is available.

https://www.jetbrains.com/clion/
Topic archived. No new replies allowed.