You are here |
www.cppstories.com | ||
| | | |
cppstories.com
|
|
| | | | This was a good year for C++! Short summary (language features): Clang supports C++14 GCC supports C++11 and most of C++14 (Full support in upcoming GCC 5.0) Intel 15.0 supports C++11 (some features on Linux/OSX only) Visual Studio tries to catch up with C++11, but it also introduces C++14 features as well... and it become (almost) free! | |
| | | |
www.bfilipek.com
|
|
| | | | Let's put C++17 in practice! One of the good ways to do it is to take part in a coding challenge. So together with Jonathan Boccara from Fluent C++ we invite you to participate in "The Expressive C++17 coding challenge". The Expressive C++17 coding challenge Jonathan made a few contests on his blog (for example this one), and I thought it might be fun to do something similar for C++17. | |
| | | |
cppstories.com
|
|
| | | | C++11 conformance GCC 4.81 - 100% Clang 3.3 - 100% Intel 14.0 - 84% Visual C++ 2013 - 66% Another year is almost over so it is a good time to check what is going on with C++. This time more stats and real data compared to my post from the previous year. | |
| | | |
www.bfilipek.com
|
|
| | Three weeks ago with Jonathan from Fluent C++, we announced a coding challenge: link here. Let's meet the winner and discuss some of the best solutions (Our choice is quite surprising! See why :)) First of all, I'd like to thank you all for the submissions to the challenge. The task was ambitious! |