Those of you who use C++ at work, which C++ standard are you using? Anybody lucky enough to be using C++14? #cpp #cplusplus
5
1
3
0
0
@cppsamples C++11, the voting session at Meeting C++ gave a good overview last year: youtube.com/watch?v=KJYs2k…
@cppsamples we are collaborating with a top mobile games publisher and use C++11 mixed with old engine written in ancient c++.
@cppsamples "potentially" cross-platform code (also embedded) => C++11 wherever possible, boost elsewhere, cry if none of the above.