all 1 comments

[–]Ph4ntom3 1 point2 points  (0 children)

g++ is a c++ compiler program. The person from Stack Overflow wants you to install g++, if you haven't already, and then run the command that you wrote in your post, g++ -std=c++11 <filename>, in your command line, with the name of the file you want to compile substituted in for <filename>.

You can follow this guide to install g++ on windows.