Sublime Forum

Error compiling C++ in sublime

#1

I got this error when I ran the C++ code in sublime text. I followed all the instructions I got online. Please assist.
-std=c++17: g++.exe: command not found

0 Likes

#2

Sounds like you don’t have gcc installed. You can either customize the build system to use whichever compiler you do have installed or install gcc.

0 Likes

#3

Hi bschaaf,
I later got it working.
Thanks.

0 Likes