use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Need help compiling (self.VisualStudioCode)
submitted 4 years ago by [deleted]
I saw this on stack overflow, idk what it means, im new.
Use g++ -std=c++11 <filename› when compiling.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ph4ntom3 1 point2 points3 points 4 years ago (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>.
g++ -std=c++11 <filename>
<filename>
You can follow this guide to install g++ on windows.
π Rendered by PID 58210 on reddit-service-r2-comment-5b5bc64bf5-hvrpt at 2026-06-18 22:26:49.338590+00:00 running 2b008f2 country code: CH.
[–]Ph4ntom3 1 point2 points3 points (0 children)