Skip to content

Instantly share code, notes, and snippets.

@soachishti
Created November 13, 2016 14:15
Show Gist options
  • Save soachishti/5db8d34326d3924427f2ff4132fa6646 to your computer and use it in GitHub Desktop.
Save soachishti/5db8d34326d3924427f2ff4132fa6646 to your computer and use it in GitHub Desktop.
Visual Studio Compiler Path for PC2
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" && cl.exe "{:mainfile}"
g++ -lm -o {:basename}.exe {:mainfile}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment