lundi 7 mai 2018

Does Dev-Cpp 5.11 support C++ 11?

I struggled to find a clear answer on the first Google page. Since I am a noob in programming (though i program for quite a while, but it doesn't affect my lazyness or stupidity in any way), I have troubles understanding the term "Language standard". I mean, the new standard should be implemented on a software level, right? It's not just a list of things discovered that users can now do, right? I use delegating constructors, get a warning:

[Warning] delegating constructors only available with -std=c++11 or -std=gnu++11

Though things seem to work the way I want them to. Is such warning critical? If so, how do I get rid of it?

Aucun commentaire:

Enregistrer un commentaire