Reputation: 648
I use NetBeans to develop c++. The default setting is to use an older c++ standard. I want to use c++11 for all my projects, but I can not find a way to set the default. Currently, what I have to do every time I create a project, is go File -> Project Properties -> C++ Compiler -> C++ Standard -> C++11. It gets very cumbersome to do this every single time I create a project, and I am trying to set the default C++ standard that will automatically be applied whenever I create a new project. I have been searching around for a few days, and I haven't found any help online. Could anyone help me out? Thanks so much.
Upvotes: 0
Views: 870
Reputation: 17343
I'm not seeing your concerns on NetBeans 8.2:
You specify C++11 using the wizard when creating your C++ project:
After completing the wizard, Properties > Build > C++ Compiler > C++ Standard shows that the value is already set to C++11.
Am I completely misunderstanding your concern? Or are you possibly using an older version of NetBeans without that drop list shown in the screen shot above?
Upvotes: 1