CppCast Episode 92: Visual Studio 2017 for C++ Developers with Daniel Moth

Episode 92 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Daniel Moth from Microsoft to talk about all of the new C++ features in today's release of Visual Studio 2017.

CppCast Episode 92: Visual Studio 2017 for C++ Developers with Daniel Moth

by Rob Irving and Jason Turner

About the interviewee:

Daniel Moth joined Microsoft in the UK in 2006, before transitioning to Redmond in 2008 to work as a Program Manager on Visual Studio, which is where he is still working today. Before Microsoft he worked as a software developer in the industry for almost a decade, most of that time building mobile apps.

Visual Studio 2017 for C++ developers

The following Visual Studio 2017 launch day articles have gone live on the VCBlog:

Visual Studio 2017 for C++ developers – you will love it

C++ Code Analysis improvements in Visual Studio 2017 RTM

Check for const correctness with the C++ Core Guidelines Checker

Binary Compatibility and Pain-free Upgrade: Why Moving to Visual Studio 2017 is almost “too easy”

MSVC: The best choice for Windows

Use any C++ Compiler with Visual Studio

C++ game development workload in Visual Studio 2017

Completed UserVoice Suggestions in Visual Studio 2017

C++ Standards Conformance from Microsoft

Visual Studio Code C/C++ extension March 2017 Update

C++14 conformance improvements: constexpr and aggregate initialization

Finding installed Visual C++ tools for Visual Studio 2017

CppCast Episode 91: emBO++ with Odin Holmes

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.

ACCU 2017 Early Bird Ends Soon

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!

Reflections on the reflection proposals

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.

Generating Sequences

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::generate and std::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...

C++ User Group Meetings in March

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...

CppChat[12]: + As a Service

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++.