Unable to run c++ program in vscode #7501
Unanswered
anurawat01
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You need to add the flag "-std=c++11" when building, e.g. to "args" in tasks.json if you're building that way. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this error when I am using auto keyword in my program.
warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
Help please ?
Beta Was this translation helpful? Give feedback.
All reactions