osx - Compiling c++ with VSCode on Sierra -


i'm trying basic c++ coding on macbook pro vscode. on windows machine had install g++ , add path, easy.

i'm on sierra now, went through terminal install g++ (literally typing g++ , installed me because didn't want all of x-code). when try , compile stuff, green squiggly line under #include statements , won't compile.

is there anyway compile on windows?

(edit: http://www.edparrish.net/common/macgpp.php#compiling -tutorial used install g++)

enter image description here


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -