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++)
Comments
Post a Comment