Variadic and Variable Templates in C++14 - Peter Sommerlad - Meeting C++ 2015
A new video from Meeting C++ 2015:
Variadic and Variable Templates in C++14
by Peter Sommerlad
June 16-21, Sofia, Bulgaria
September 13-19, Aurora, CO, USA
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 16-21, Kona, HI, USA
By Meeting C++ | Jan 13, 2016 03:25 AM | Tags: intermediate c++14 basics advanced
A new video from Meeting C++ 2015:
Variadic and Variable Templates in C++14
by Peter Sommerlad
By Bartosz Bielecki | Jan 11, 2016 07:18 AM | Tags: community c++14 c++11 boost basics
The online compiler Wandbox offers new functionality.
Wandbox
It offers now the following features:
- support for newest (HEAD) versions of GCC and Clang
- support for various versions of Boost (from 1.47 to 1.60)
- support for emacs/vim key bindings
- permalinking your code snippets
By Adrien Hamelin | Jan 6, 2016 07:56 AM | Tags: c++11 basics
Explications of the noexcept
keyword:
Modern C++ Features – keyword `noexcept`
by Arne Mertz
From the article:
I have written about handling exceptions some time ago, and about the levels of exception safety last week. What I have not touched yet are exception specifications. I will catch up on those with this post.
C++98 had the possibility to denote the types of exceptions that could be thrown from a given function by using
throw(<exception list>)
. In theory, the runtime had to check if any exception emitted by the function was indeed in that list or derived from one of the types in the list. If it wasn’t, the handlerstd::unexpected
would be called...
By Adrien Hamelin | Jan 4, 2016 06:29 AM | Tags: basics
A nice introduction to C++ exceptions:
Levels of Exception Safety
by Arne Mertz
From the article:
Exceptions are part of C++. They are thrown by the standard library classes, and sometimes even if we are not really using the standard library. So, unless we are in a very restrictive environment like embedded programming and have exceptions disabled in the compiler, we need to be prepared and deal with the fact that exceptions simply can happen.
By Meeting C++ | Dec 21, 2015 08:47 AM | Tags: video performance keynote intermediate efficiency basics advanced
See Chandler Carruth and Lars Knoll giving the keynotes at Meeting C++ this year:
Both Keynotes from Meeting C++ 2015 are online!
by Jens Weller
From the article:
Great news: Since yesterday, both of the keynotes from this years Meeting C++ conference are on youtube! Both keynote speakers chose to speak on a specific topic, and delivered very well. There is also a playlist for Meeting C++ 2015.
By Meeting C++ | Dec 11, 2015 09:03 AM | Tags: performance intermediate efficiency c++14 c++11 boost basics advanced
Meeting C++ just started a week ago, and I already managed to edit and upload all lightning talks:
Meeting C++ 2015 - all lightning talks are now online at youtube
by Jens Weller
From the article:
This year for the very first time we had lightning talks at the Meeting C++ conference. Two sessions with each 5 lightning talks were held...
By Meeting C++ | Dec 8, 2015 05:29 AM | Tags: interview intermediate c++14 c++11 basics advanced
In the last break of this years Meeting C++ conference I did a short interview with my keynote speakers:
Meeting C++ 2015: keynote speakers interview
by Jens Weller
Embedded Video:
By Adrien Hamelin | Nov 30, 2015 04:09 PM | Tags: basics
A lesson learned to use explicit
by default:
Fun with(out) keyword
explicit
by Arne Mertz
From the article:
Today’s post is about an incident with our compiler and a small little feature that sometimes seems to be underused or simply forgotten: Keyword
explicit
.
By Meeting C++ | Nov 27, 2015 10:24 AM | Tags: intermediate c++14 c++11 basics advanced
How things have changed since the release of C++11
The wind of change
by Jens Weller
From the article:
As Twitter finally has now the option to do polls with 4 options, I asked yesterday: which C++ Standard do you use in your job mostly?
By Jordi Mon Companys | Nov 17, 2015 06:30 AM | Tags: community c++14 c++11 basics
Yes! A new edition of the local C++ meetup will take place on the 4th of December at Google Campus' facilities. All the info and RSVPs below:
C++ en la industria del videojuego
by Jordi Mon Companys.
What to expect?
Jose Daniel García will moderate a table of experts in gamedev in C++ that will friendly elbaorate on the state of the language on regards to gamedev, its advantages and threats. Afterwards we will join forces with Product Hunt Madrid and we will have the chance to hear how King develops its games and how a group of students from U-Tad university have managed to get their game nominated to the Play Station Awards. We will water down our thoughts and reflections with plenty of beer thanks to King.com's sponsorship.