An Introduction to C++ Coroutines - James McNellis - @meetingcpp 2015
A new video from Meeting C++ 2015:
An Introduction to C++ Coroutines
by James McNellis
March 11-13, Online
March 16-18, Madrid, Spain
March 23-28, Croydon, London, UK
March 30, Kortrijk, Belgium
May 4-8, Aspen, CO, USA
May 4-8, Toronto, Canada
June 8 to 13, Brno, Czechia
June 17-20, Folkestone, UK
September 12-18, Aurora, CO, USA
November 6-8, Berlin, Germany
November 16-21, Búzios, Rio De Janeiro, Brazil
By Meeting C++ | Jan 31, 2016 08:47 AM | Tags: performance parallelism intermediate coroutines c++17
A new video from Meeting C++ 2015:
An Introduction to C++ Coroutines
by James McNellis
By robwirving | Jan 29, 2016 08:26 AM | Tags: None
Episode 43 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Matt Godbolt to discuss the online Compiler Explorer project.
CppCast Episode 43: Compiler Explorer with Matt Godbolt
by Rob Irving and Jason Turner
About the interviewee:
Matt is a developer at trading firm DRW. Before that he's worked at Google, run a C++ tools company, and spent over a decade in the games industry making PC and console games. He is fascinated by performance and created GCC Explorer, to help understand how C++ code ends up looking to the processor. When not performance tuning C++ code he enjoys writing emulators for 8-bit computers in Javascript.
By Meeting C++ | Jan 29, 2016 07:54 AM | Tags: performance intermediate experimental c++14 c++11 boost advanced
A new blog entry about parallelism and boost::future:
Using parallelism with boost::future
by Jens Weller
From the article:
... While I'm fine with that the application locks up kind of hard during writing a GB zip file (its only job), I'd like to be as fast as possible. Thats why I decided to parallelize the part of the application that reads the file paths via boost::filesystem...
By Fernando Pelliccioni | Jan 29, 2016 12:11 AM | Tags: community
A new C++ user group in Buenos Aires, Argentina, has been founded.
C++ User Group Buenos Aires
Everybody with interest in C++ is invited to join this group.
By Jon Kalb | Jan 29, 2016 12:07 AM | Tags: community boost
The tenth annual C++Now (formerly BoostCon) is now open for registration.
C++Now 2016 Registration is Open
From the invitation:
The conference, which will be held May 9th-14th in Aspen, CO, has sold out the last three years and is expected to sell out again this year.
By Meeting C++ | Jan 27, 2016 09:29 AM | Tags: parallelism intermediate concurrency c++17 c++14 c++11 basics
A new video from Meeting C++ 2015:
The Landscape of Parallelism
by Michael Wong
By Meeting C++ | Jan 26, 2016 07:43 AM | Tags: intermediate gis boost advanced
A new video from Meeting C++ 2015:
Boost.Geometry takes on the globe
by Menelaos Karavelas
By Meeting C++ | Jan 25, 2016 08:45 AM | Tags: intermediate experimental c++14 c++11 basics advanced
A new video from Meeting C++:
Functional Programming in C++
by Nicola Gigante
By david.sankel | Jan 24, 2016 03:00 PM | Tags: None
A discussion on the possibility for C++ language support for pattern matching and variants.
C++ Language Support for Pattern Matching and Variants
by David Sankel
From the article:
The C++ Programming Language needs a language based variant, or at least P0095R0 argued for it at the 2015 Kona C++ standardization meeting. P0095R0, however, didn’t fully explore generalized pattern matching, which is another desirable feature that is highly related. This post explores some ways to generalize the minimal pattern matching described in P0095R0.
By Marco Arena | Jan 23, 2016 06:09 AM | Tags: visual studio
Good news from the Visual C++ team: in Visual Studio Update 2, they have implemented every C++ Standard Library feature that's been voted into C++11, C++14, and the C++17-so-far Working Paper N4567:
VS 2015 Update 2's STL is C++17-so-far Feature Complete
by Stephan T. Lavavej
From the article:
Update 2's STL fully supports N3462 "SFINAE-Friendly result_of" and LWG 2132 "std::function ambiguity"...