CppChat[13] MultiVectorArrayBiDiList
CppChat:
CppChat[13]: MultiVectorArrayBiDiList
with Matt Bentley, Odin Holms, and Jon Kalb
From the chat:
Matt, Odin, and Jon discuss colony, ring span, and other containers.
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Jon Kalb | Mar 5, 2017 11:32 PM | Tags: ring span odin holms matt bentley jon kalb cppchat colony
CppChat:
CppChat[13]: MultiVectorArrayBiDiList
with Matt Bentley, Odin Holms, and Jon Kalb
From the chat:
Matt, Odin, and Jon discuss colony, ring span, and other containers.
By robwirving | Mar 3, 2017 09:07 AM | Tags: None
Episode 91 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Odin Holmes to talk about the recent Embedded C++ development conference emBO++.
CppCast Episode 91: emBO++ with Odin Holmes
by Rob Irving and Jason Turner:
About the interviewee:
Odin Holmes has been programming bare metal embedded systems for 15+ years and as any honest nerd admits most of that time was spent debugging his stupid mistakes. With the advent of the 100x speed up of template metaprogramming provided by C++11 his current mission began: teach the compiler to find his stupid mistakes at compile time so he has more free time for even more template metaprogramming. Odin Holmes is the author of the Kvasir.io library, a DSL which wraps bare metal special function register interactions allowing full static checking and a considerable efficiency gain over common practice. He is also active in building and refining the tools need for this task such as the brigand MPL library, a replacement candidate for boost.parameter and a better public API for boost.MSM-lite.
By Felix Petriconi | Mar 3, 2017 06:45 AM | Tags: community
The early bird rates for the upcomming ACCU 2017 conference in Bristol, UK ends midnight on Monday 6th March 2017.
ACCU 2017 Conference Registration
by the ACCU conference
About the conference:
ACCU 2017 is set to be bigger and better than ever, with keynotes from Herb Sutter, Frances Buontempo, Brad Chamberlain and Russ Miles. There are also Pre-Conference Tutorials available on Tuesday 24th April, and 5 parallel streams of informative presentations/discussions throughout the course of the week. With origins in the C User Group UK and the European C++ User Group, ACCU remains proud of its C and C++ heritage and is arguably the premier UK and European conference covering these languages. Whilst celebrating its C origins, ACCU also offers its polyglot programmers insight and new trends on native and other programming languages. It’s one not to be missed!
By Meeting C++ | Mar 2, 2017 07:09 AM | Tags: reflection intermediate experimental c++20 basics advanced
Since the overview on the current papers for Kona, I wanted to know more about reflection...
Reflections on the reflection proposals
by Jens Weller
From the article
A few weeks ago I wrote a short overview over the most interesting papers for the current C++ Committee meeting in Kona, Hawaii. The big surprise was that there were many papers on reflection, while there already is a very detailed proposal for reflection.
With the C++ committee currently in Kona discussing lots of proposals, there will be some changes to the on going effort for reflection, but the current proposals are detailed enough to give an overview.
By Adrien Hamelin | Mar 1, 2017 01:40 PM | Tags: intermediate community
A virtual container.
Generating Sequences
By Anthony Williams
From the article:
I was having a discussion with my son over breakfast about C++ and Python, and he asked me if C++ had anything equivalent to Python's
range()function for generating a sequence of integers. I had to tell him that no, the C++ standard library didn't supply such a function, but there were algorithms for generating sequences (std::generateandstd::generate_n) into an existing container, and you could write something that would provide a "virtual" container that would supply a sequence as you iterated over it with range-for...
By Meeting C++ | Mar 1, 2017 03:20 AM | Tags: user groups community
The monthly overview on upcoming C++ User Group Meetings:
C++ User Group Meetings in March
by Jens Weller
From the article:
The monthly overview on upcoming C++ User Group meetings. Its already 39 User Groups meetings in March, I expect a few more User Groups to announce their meetings in the coming weeks!
There are 3 new C++ User Groups...
By Daniel Dinu | Feb 28, 2017 07:48 AM | Tags: basics
The Observable C++ library has a new feature: observable expressions.
Observable C++ expressions – using the Observable library
By Daniel Dinu
From the article:
You can use the Observable C++ library to create observable expressions who's results are automatically updated when their operands are changed.
By Jon Kalb | Feb 25, 2017 01:21 PM | Tags: slack cpplang safe numerics jon kalb jackie kay functional programming embo++ embedded programming embedded c++ cppchat community c++now boost
CppChat:
CppChat[12]: + As a Service
with Jackie Kay, Robert Ramey, and Jon Kalb
From the chat:
Jackie, Robert, and Jon discuss Jackie's talk at last week's emBO++ and the upcoming Boost review of Robert's Safe Numerics library. We also discuss Kona, Slack, C++Now, and functional programming C++.
By Meeting C++ | Feb 25, 2017 04:20 AM | Tags: user groups community
A nice round up on the first year of the C++ User Group in Sofia:
C++ User Group Sofia first year
by Dimitar Mirchev
From the article
Some time in November 2015 we decided that it is a shame that we do not have a C++ User Group in Sofia, Bulgaria, and we decided that instead of waiting to just make it. This is a retro and an overview of what happened in our first year. I hope you find it helpful and inspirational.
By robwirving | Feb 24, 2017 08:56 AM | Tags: None
Episode 90 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Björn Fahller to talk about the trompeloeil Mocking Framework for Modern C++ Unit Testing.
CppCast Episode 90: Trompeloeil Mocking Framework
by Rob Irving and Jason Turner
About the interviewee:
Björn Fahller is a senior developer at Net Insight, and has been developing software for a living since 1994, mostly embedded programming for communications devices. Björn learned C++ from usenet and the ARM (Annotated Reference Manual) which was the standard before there was a standard. On a hobby basis, Björn likes to find silly solutions to non-problems and to explore effects of programming constructs.
Outside of programming, Björn is a member of a small group thet brews beer together, and is also a member of a volunteer organization of aviators who help with things like search and rescue operations, forest fire monitoring, and storm damage assessment.