New: C++ Foundation Developer Survey "Lite", 2018-02

cpp_logo.pngToday the Standard C++ Foundation opened its first-ever global C++ developer survey. As the name suggests, it's a one-pager:

C++ Developer Survey "Lite": 2018-02

Please take 10 minutes or so to participate! A summary of the results, including aggregated highlights of common answers in the write-in responses, will be posted publicly here on isocpp.org and shared with the C++ standardization committee to help inform C++ evolution.

If this one is successful we plan to do it again, perhaps annually or quarterly.

Thank you for participating and helping to inform our committee and community.

Add a Comment

Comments are closed.

Comments (4)

0 0

zamazan4ik said on Feb 26, 2018 02:14 PM:

In the survey in C++14 features we see structered bindings smile I think it's wrong.
0 0

Blog Staff said on Feb 26, 2018 06:41 PM:

@zamazan4ik: Right you are. Fixed, thank you.
0 0

MihailNaydenov said on Feb 28, 2018 03:21 AM:

That is great, I was going to suggest something like that on the lists a while ago.
As for feedback, I think the question "14. When you last upgraded your IDE or compiler..." should be split. There should be separate compiler question and separate IDE question. In my case I upgrade the IDE much, much more often then the compiler.
0 0

helloworld said on May 25, 2018 10:13 PM:

Do some subtraction for C++, like:

template <typename Key, typename Value, typename Hash, typename Pred, typename Allocator> ...
Be Simplified To
template <Key, Value, Hash, Pred, Allocator> ...

, omit on type case only, easy for man and compiler