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
Error compiling C++ in sublime
jonnytee
#1
0 Likes
bschaaf
#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