community

C++ User Group Meetings in December

The monthly listing of upcoming C++ User Group Meetings on Meeting C++:

C++ User Group Meeting in December 2015

by Jens Weller

From the article:

The montly overview on C++ User Group meetings, this time for December. Meeting C++ is just a few days away, so I'm excited to see that again, so many groups are meeting. Also there are few new user groups worth mentioning! 2 x India (Delhi, Udaipur), Sydney, Beijing, Zürich, Sacramento and Ann Arbor! A new trend seems to be to form learning groups and meet weekly for a in depth C++ tutorial...

C++ meetup in Madrid, Spain: C++ in the video game industry.

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.

Trip Report: C++ Standards Meeting in Kona, October 2015--Botond Ballo

Another trip report of the last meeting in Kona:

Trip Report: C++ Standards Meeting in Kona, October 2015

by Botond Ballo

From the article:

Last week I attended a meeting of the ISO C++ Standards Committee in Kona, Hawaii. This was the second committee meeting in 2015; you can find my reports on the past few meetings here (June 2014, Rapperswil), here (November 2014, Urbana-Champaign), and here (May 2015, Lenexa). These reports, particularly the Lenexa one, provide useful context for this post.

The focus of this meeting was primarily C++17. There are many ambitious features underway for standardization, and the time has come to start deciding what which of them will make C++17 and which of them won’t. The ones that won’t will target a future standard, or a Technical Specification (which can eventually also be merged into a future standard). In addition, there are a number of existing Technical Specifications in various stages of completion...

ACCU 2016 call for papers: closes 13th Nov

A reminder that the ACCU 2016 conference call for papers closes on Fri 13th Nov. The conference dates are 19th- 23rd April 2016 and the venue will again be Bristol, England.

ACCU 2016 call for papers

About the conference:

ACCU has a strong C++ track, though it is not a C++-only conference. If you have something to share, check out the call for papers on the ACCU website:

6 topics on starting and running a User Group

I posted an update on my founding C++ User Groups article from 2 years ago:

6 topics on starting and running a User Group

by Jens Weller

From the article:

Almost two years ago I blogged about founding C++ User Groups, since then I have learned a lot more on the topic, and I want to share that experience with you in this blog post. While my focus here at Meeting C++ is C++, this post is more on the topic of a User Group, so its also useful to you, if you want to start a user group on something else. Yet, I might strive away into C++ lands in this post...

C++ User Group Meetings in November

The montly overview on upcoming C++ User Group Meetings:

23 C++ User Group meetings in November

by Jens Weller

The list:

    4.11 C++ UG Saint Louis - Unit Test++, Scott Meyers "gotchas", group exercise
    4.11 C++ UG Washington, DC - Q & A / Info Sharing
    4.11 C++ UG Austin - OpenMP
    9.11 C++ UG Edinburgh - C++ Edinburgh
    9.11 C++ UG Zentralschweiz - Coding Dojo
    11.11 C++ UG Utah - Regular Monthly Meeting
    11.11 C++ UG San Francisco/ Bay area - Presentation and Q&A
    12.11 C++ UG NRW/Aachen - Variadic Templates und TMP ohne Rekursion
    12.11 C++ UG Dresden - User perspektive on Catch
    16.11 C++ UG Austin - North Austin Monthly C/C++ Pub Social
    17.11 C++ UG Berlin - November Meetup
    17.11 C++ UG Hamburg - OpenCL
    18.11 C++ UG San Francisco/ Bay area - Workshop and Discussion Group
    18.11 C++ UG Warsaw - LLVM a jakość i bezpieczeństwo oprogramowania
    18.11 C++ UG Washington, DC - Q & A / Info Sharing
    18.11 C++ UG Bristol - Thomas Guest
    18.11 C++ UG Düsseldorf - Lightning Talks
    18.11 C++ UG North West/Seattle - CppCon Keynote - Bjarne Stroustrup
    18.11 C++ UG Sacramento - Sacramento Area C++, First Meetup
    25.11 C++ UG San Francisco/ Bay area - Workshop and Discussion Group
    26.11 C++ UG Rhein-Neckar - C++11/C++14 loops of fun
    26.11 C++ UG Bremen - C++ User Group
    26.11 C++ UG Munich - Lightning Talks

CppCon 2015: Last online videos (5)

The videos of CppCon 2015 are coming online. You can see them all here: Youtube or Channel 9

Here are the most recent ones:

  • CLANG + C2 - Engineering/Futures/Measurements
  • C++ devirtualization in clang
  • Algorithmic Differentiation: C++ & Extremum Estimation

 

CLANG + C2 - Engineering/Futures/Measurements by James Radigan

The talk will cover the CLANG + c2.dll compiler for the Microsoft platform. It will contain parts of the talk given at //Build 2015 that can be found on line: "Compiling Objective-C Using the Visual Studio 2015 C++ Code Generation that Builds Windows, SQL, .Net, and Office". The focus this time will be on C++.

The talk will disclose the architecture of how we tied the CLANG open source front end with the Microsoft optimizing backends (several configurations are needed) and how far we are from providing a CTP for public consumption targeting 4 different architectures. Included in this section will be a disclosure of data on compile time, memory consumption, conformance and correctness.

In addition the talk will cover the nuts and bolts of several key innovative compiler and runtime technologies we will be delivering in the Visual Studio 2015 updates (Fall, Winter and Spring). New investments in the compiler and runtime space include: Improved optimization and auto-vectorization, more secure code generation, incremental whole program compilation, and new asynchronous C++ code generation.


C++ devirtualization in clang by Piotr Padlewski

Lightning Talk


Algorithmic Differentiation: C++ & Extremum Estimation by Matt P. Dziubinski

Lightning Talk