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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -