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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -