cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
GCC compiler not recognizing c++11?
GCC compiler not recognizing c++11?
Oct 20, 2014 at 6:50pm UTC
Stonixx
(3)
How can I fix this?
Oct 20, 2014 at 6:54pm UTC
S G H
(2638)
-std=c++11
Oct 20, 2014 at 6:54pm UTC
LB
(13399)
g++ -std=c++11 main.cpp
Topic archived. No new replies allowed.