How to install C ++ standard in eclipse

I usually set the standard in Eclipse by adding -std = C ++ 0x to project properties --> C/C++ Build --> Settings --> Tool Settings --> Miscellaneous

. Are there any other ways to fix this?

+3


source to share





All Articles