Sublime Forum

Compiling C++ on Windows 10 Machine

#1

I am trying to compile code on my Windows 10 machine and I continue to get this error message. Any help would be greatly appreciate. What am I missing?

0 Likes

编译c++出现中文乱码
#2

Try creating your own custom build system for C++. As example, see this for Java:

Also, do you have C++ g++.exe compiler available on your system path? By the output you showed, I you do not have. You can install Cygwin environment and put it on your system path, restart your computer, and it should work with the standard Build System from Sublime Text.

0 Likes