- 1
Which compiler and editor do you use for C++?
I'm using Mingw and sublime (Windows 10 OS) but it seems to be slow
2 Answers
+ 1
MSVC and Mingw are the ones I've heard the most about for Windows. From what I understand, you need Visual Studio to use MSVC. Visual Studio is an IDE, so it will cover both the compiler and the editor.
But since you've mentioned that Sublime Text is slow on your device, I doubt it will be able to handle Visual Studio. There are many lightweight editors out there, you can pick anyone, it really doesn't matter unless you're past the learning stage and need to focus on productivity.
Here is a list I found from a Google search (I haven't tried any of these editors so no guarantee)
https://listoffreeware.com/free-lightweight-code-editor-software-windows/
0
I'll check the link, thank you