Advertisement

Simple Windows C++ IDE

Started by May 06, 2018 06:12 PM
10 comments, last by Vortico 6 years, 6 months ago

Seconded for a text editor and the command-line. On Windows, MSYS2 is a great environment.

You should learn to compile your software with raw `gcc` (or `clang`) calls. Then, you should learn IDEs if you need them. Understanding the fundamentals helps you to solve every conceivable problem that arises, because you know every step of the build process.

This topic is closed to new replies.

Advertisement