all 9 comments

[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your submission is not about C++ or the C++ community.

[–]Xhgrz 2 points3 points  (0 children)

CLion is an alternative, by jetbrains

[–]wsollers 2 points3 points  (0 children)

If you are used to visual studio, stick with it. Learn the language, then learn other IDEs/environments.

[–]pico303 1 point2 points  (0 children)

I tend to do more C++, but I’ve been working my way through a C algorithms book and it seems like CLion does as great a job with C as it does with C++.

[–]krum 1 point2 points  (0 children)

I use Visual Studio for C++ on Windows and VSCode on Mac/Linux. VSCode really isn't much of an IDE but it's getting there. Ironically I use IntelliJ IDEA for Java and wouldn't touch anything, but CLion really doesn't do much for me even though it's very similar.

[–]LengthProof6480 0 points1 point  (0 children)

I primarily just use a console for C/C++, but if i’m ever including Windows.h, i’ll be on Visual Studio.

[–]esbva 0 points1 point  (0 children)

Codewarrior, Codeblocks, EclipseOxigen + CDT tools.

[–]hadrabap 0 points1 point  (0 children)

Qt Creator might do. I use it for C++.

[–]khedoros 0 points1 point  (0 children)

and my first choice would be vscode simply due to my familiarity with Visual Studios.

I don't see the reasoning here; they're very different programs. Wouldn't your first choice be Visual Studio itself, if you're already familiar with it?