
Next time you compile, the -std=c++11 flag will be present on your compiler command line and the C++11 standard will be used. Click on the Apply button for the effects to take place and then the OK button to close the properties window.On the right, a text box named Other Flags will appear, append -std=c++11 to the list of tokens in the box as seen in the image below.use Eclipse to produce Java programs (or if you want to use Eclipse on OS X). In the middle of the window, you will see a new list, expand (if needed) the item GCC C++ Compiler and click on the Miscellaneous child Kdevelop does not contain its own compiler but uses an external C compiler.In the new window, navigate from the list on the left and expand the C/C++ Build option to view its children and then click the Settings item.


30 November 2017 in Applications tagged -std=c++11 / C++ / C++11 / CDT / compiler / eclipse / eclipse CDT / gcc / GCC C++ Compiler / standard by Tux
