You can write the code in any text editor and create it using a separate compiler. Integrated Development Environments (IDEs), such as Visual Studio, are seen by some as a convenience because they pack a text editor, project management, and compiler together.
For example, when I write code on Linux, I use vim to write my code and the gcc compiler to create it.
Is it possible to create a C ++ program using only SublimText 2, or is this not recommended? Can Sublime Text be used as an IDE in the same sense as Visual Studio?
I recommend everything that works best for you. When I'm on Windows, I use Visual Studio to create my projects, but I still usually use my own editor (vim) to write code.
source share