Boost Version 1.62.0
A new version is available!
Version 1.62.0
With quite a few changes.
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Adrien Hamelin | Sep 29, 2016 11:56 AM | Tags: community boost
A new version is available!
Version 1.62.0
With quite a few changes.
By Meeting C++ | Sep 27, 2016 04:48 AM | Tags: diversity community
Shortly before CppCon started, I was able to offer diversity tickets for Meeting C++:
Announcing diversity tickets for Meeting C++ 2016
by Jens Weller
From the article:
This is something new for Meeting C++, I am finally able to offer diversity tickets for this years conference...
By Adrien Hamelin | Sep 22, 2016 01:12 PM | Tags: experimental community
Why having concepts?
Concepts Lite vs enable_if
by Andrzej Krzemieński
From the article:
This post contains quite advanced material. I assume you are already familiar with Concepts Lite. For an overview of what Concepts Lite is, I recommend this proposal. Also, I have found this blog very useful regarding the details of and issues with concepts’ mechanics. One could look at Concepts Lite as three features:
- A superior alternative to enable_if (or overload hiding).
- The subsumption relation that enables the additional control of partial ordering in the overload resolution process.
- A convenient tool for building compile-time predicates that check for valid types and expressions.
In this post I will only focus on the first feature, and try to answer the question, “what do we need Concepts Lite for, given that we already have std::enable_if (and SFINAE)?”
By Adrien Hamelin | Sep 14, 2016 12:18 PM | Tags: performance community
Have you registered for CppCon 2016 in September? Don’t delay – Late registration is open now.
While we wait for this year’s event, we’re featuring videos of some of the 100+ talks from CppCon 2015 for you to enjoy. Here is today’s feature:
Work Stealing
by Pablo Halpern
Summary of the talk:
If you've used a C++ parallel-programming system in the last decade, you've probably run across the term "work stealing." Work stealing is a scheduling strategy that automatically balances a parallel workload among available CPUs in a multi-core computer, using computation resources with theoretical utilization that is nearly optimal. Modern C++ parallel template libraries such as Intel(R)'s TBB or Microsoft*'s PPL and language extensions such as Intel(R) Cilk(tm) Plus or OpenMP tasks are implemented using work-stealing runtime libraries.
Most C++ programmers pride themselves on understanding how their programs execute on the underlying machine. Yet, when it comes to parallel programming, many programmers mistakenly believe that if you understand threads, then you understand parallel runtime libraries. In this talk, we'll investigate how work-stealing applies to the semantics of a parallel C++ program. We'll look at the theoretical underpinnings of work-stealing, now it achieves near optimal machine utilization, and a bit about how it's implemented. In the process, we'll discover some pit-falls and how to avoid them. You should leave this talk with a deeper appreciation of how parallel software runs on real systems.
Previous experience with parallel programming is helpful but not required. A medium level of expertise in C++ is assumed.
By Adrien Hamelin | Sep 13, 2016 12:40 PM | Tags: intermediate community
The insides are revealed:
Exploring std::string
by Shahar Mike
From the article:
Every C++ developer knows that
std::string
represents a sequence of characters in memory. It manages its own memory, and is very intuitive to use. Today we’ll explorestd::string
as defined by the C++ Standard, and also by looking at 4 major implementations.
By Adrien Hamelin | Sep 12, 2016 01:43 PM | Tags: community basics
Here is a beginner's guide:
Starting With the Poco Libraries
by Arne Mertz
From the article:
Recently I started to use the web server functionality of Poco. Today I’ll describe my first experiences with the library.
By Adrien Hamelin | Sep 12, 2016 01:39 PM | Tags: community c++11
Have you registered for CppCon 2016 in September? Don’t delay – Late registration is open now.
While we wait for this year’s event, we’re featuring videos of some of the 100+ talks from CppCon 2015 for you to enjoy. Here is today’s feature:
3D Face Tracking and Reconstruction using Modern C++
by Patrik Huber
Summary of the talk:
In this talk, I will present my work in computer vision, namely landmark detection and 3D face tracking, and the two C++ libraries that were developed in the process. The first part of the talk will give an introduction to detecting facial landmark points and work through a hello-world code example that presents and uses the superviseddescent library, a cross-platform library for cascaded regression that can be used to solve problems like landmark detection or pose estimation. The second part of the talk will present an approach that uses the found landmarks from the first part to use a 3D face model to track a person's face. With the library presented in the process, we hope to make 3D models easier to use and more widespread in the community. Both libraries are designed to be lightweight and simple to use, and try to follow modern C++11/14 programming paradigms. The talk concludes with my views on code sustainability in academia and a wish list of standard library features for computer vision.
By Jon Kalb | Sep 9, 2016 10:46 AM | Tags: community
Do you have something to say to C++ programers? Can you say it in five minutes?
CppCon 2016 Call for Lightning Talks
by Michael Caisse
From the call:
Lightning talks are fast paced, short presentations often sprinkled with humor and intrigue. The popular 5-minute talks present topics that are interesting to C++ programmers and are open to speakers at all experience levels.
By Adrien Hamelin | Sep 7, 2016 02:16 PM | Tags: intermediate efficiency community
Have you registered for CppCon 2016 in September? Don’t delay – Registration is open now.
While we wait for this year’s event, we’re featuring videos of some of the 100+ talks from CppCon 2015 for you to enjoy. Here is today’s feature:
Pruning Error Messages From Your C++ Template Code
by Roland Bock
Summary of the talk:
Many template libraries are regarded with ambivalent feelings by developers: On the one hand, such libraries can offer wonderful functionality. On the other hand, they are dreaded for the sheer amount of error messages spilled out by the compiler when there is even a small bug in the developer's code. This talk will demonstrate several techniques to drastically reduce the amount of compiler output in case of errors (with real-life examples, of course).
By Meeting C++ | Sep 7, 2016 01:08 AM | Tags: events community
The Meeting C++ Student Program is live:
Announcing the Meeting C++ Student Program
by Jens Weller
From the article:
Rules
- You are between 18 and 25 years old (Will be checked during registration at the event!)
- 25 "Students" will be selected from all participants (randomly)
- Definition of Student: I don't want to define or check who is a student or not. Hence age is only requirement. Age will be checked at the event.
- The program covers the ticket, but not costs for travel and accomondation
- Workshops are not included
- No cheating or manipulation in any form (exclusion from program)
- The ticket is not transferable, no refund for purchased tickets
- There is no recourse to legal action