You should install old Visual Studio, before Microsoft got overtaken by the jews
>>826441
>Any recommendations for a C++ IDE? All of them seem to either look like trash (codeblocks) or run like trash.
What's wrong about codeblocks looks? It look similar to Visual Studio.
C++ IDE's: Microsoft Visual Studio (pre-jewish), CodeLite, Code::Blocks
>Do IDEs provide any meaningful utility? I code in Notepadqq and compile with g++ and I think it makes me a better coder, as I have to learn from my typos rather then have an IDE fix them for me.
IDEs are not about writing your code for you. they show you all your project files so you can easily open other files and switch between them/ they allow you to set build and debugging options. They allow you to debug. They allow you to search in your files easily or jump to code/function.
IDEs aren't any magical beings that will write your code for you, they are a text editor with some additional useful features, so you don't need to use many separate tools.