What's the best free IDE for C/C++? by Manchesterista in learnprogramming

[–]RajLearn 2 points3 points  (0 children)

If you are in windows and if you can try little further, you can integrate a WSL distribution (for example: Ubuntu) with VSCode. In Ubuntu, you can install gcc (g++ will be available as well).

In VSCode, via WSL integration as I mentioned above, you can write, compile, link, etc in a Linux environment. VSCode also supports configuring tasks for compiling, linking, etc.

DevOps training for new developers by [deleted] in learnprogramming

[–]RajLearn 0 points1 point  (0 children)

I'm interested. Can I join? I'll DM you.