#what c++ standard do you use and why?
13 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
which: the latest one my compiler will allow me to use
why: because why would i use an earlier one?
20, because it's great
I guess in some tiny library projects I might notice I'm not really using any new features, so will downgrade to 17 for wider compat. Less and less reason to keep doing so each day tho.
I mean realistically unless you're working with something that would have breaking changes why wouldn't you just use the latest?
The lastest you can use. Stop listen false lexpert saying modern c++ is wrong they are just lazy to learn something new
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.