2 questions
All I know is -Wall, -std=XXX.I want to know the flag that changes warning or warning to errorI searched it on Google and it's all in English so I can't understandㅠ
I want to change my C++03 compiler to C++11 compiler in Ubuntu 12.04I looked it up and it said to give the option -std=c++0x or -std=gnu++0xThere was an error on my computer.I don't know exactly how t...
© 2024 OneMinuteCode. All rights reserved.