April, 2012
Auto-vectorization in C++ compilers
“Premature optimization is the root of all evils”… unless the compiler does it for you. Auto-vectorization is the next best thing to auto-parallelization: the compiler statically analyses the code and speeds up tight loops by spreading the iterated values across as many available registers as possible, resulting in speed-ups that could go as high as […]
Pictures of the 3rd of April 2012 BeCPP Meeting
Here are some pictures of the first Belgian C++ Users Group meeting held on 3rd of April 2012.
Become a Member
We have now an official mechanism to become a member of the Belgian C++ Users Group. Follow this link and register for our newsletter. This will make you a member and from that point on you will receive announcements for future events of our users group.
Slides of the 3rd of April 2012 BeCPP Meeting
I would like to thank everyone who joined us for the first Belgian C++ Users Group meeting that was held on 3rd of April 2012. Something extraordinary happened with that meeting. Most user groups have an average of 20% to 30% of people that are not showing up but that have registered for the event. […]
Next BeCPP UG Meeting Planned For May 8th
The second meeting of the Belgian C++ Users Group is planned for Tuesday May 8th 2012 at 18:30 in the Microsoft offices in Zaventem. This meeting is centered around Metro style App development for Windows 8, with the following agenda: Session 1: Introduction to Writing Metro Style Apps in Native C++ (Marc Gregoire) Break Session […]