General
Know your tools: speed comparison between C++ compilers
As compilers continuously evolve, developers have new expectations on compilation speed, generated code performance and standards compliance. Slashdot has published their own benchmarks that pit Intel C++, G++ and LLVM Clang against each other. The benchmark is tailored to modern C++ development needs and involves code using both the TBB and the Cilk Plus parallel processing libraries. Quite […]
ISO C++ evolving faster than before
The ISO C++ 2011 standard was a very exciting (and on some of its features, controversial) development for the language, up until when it was finalized and approved. There was hope, though not without some skepticism, that the standard would evolve at a faster pace in the future. Fast forward to May 2013, and what […]
CppDepend Now Free for C/C++ Open Source Project Contributors
To thank the open source community for their big efforts in delivering useful applications and libraries for free, CppDepend has been made free for C/C++ open source project contributors. This is a Pro license which allows you to: Improve the code base quality. Help new contributors to understand the existing code base. Automate the code […]
Good Things(tm) come to those who wait: the current status on C++ Modules
This news comes straight from isocpp.org. Modules – by Doug Gregor, Apple This video concerns the latest proposal from the Clang team, and it definitely is very interesting for those of us looking forward to the next C++ standard (which could become a reality as soon as 2014, rather than 2017, by the way). Modules […]
The Future of C++
Herb Sutter’s talk about The Future of C++ is now available on Channel9. If you are interested in C++, you should watch it. A the same time, he announced a couple of major things related to C++: Interest and investment in C++ continues to accelerate across the software world. ISO C++ standardization is accelerating. Major […]
Follow Us On Twitter
You can now follow the Belgian C++ Users Group on Twitter: Follow @becppug
How to become a member?
We don’t yet have an official Users Group member registration process. For the time being, if you would like to become a member of the Belgian C++ Users Group, just send an email to BeCPP@BeCPP.org .
Changes to the C++ AMP Specification
Starting with Visual C++ 11 Beta, there will be a few small changes to the C++ AMP specification compared to the C++ AMP in the Visual C++ 11 Developer Preview. Tamer Afify from the C++ AMP team explains it as follows in his blog post: “In the Visual Studio 11 Developer Preview, C++ AMP had […]