Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com

Similar Podcasts

Running in Production

Running in Production
Hear about how folks are running their web apps in production. We'll cover tech choices, why they chose them, lessons learned and more.

The Cynical Developer

The Cynical Developer
A UK based Technology and Software Developer Podcast that helps you to improve your development knowledge and career, through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer.

No Diagnostic Required

No Diagnostic Required
Every month we bring you news from the world of C++, in the form of a podcast and a YouTube show. Our hosts are Anastasia Kazakova (PMM for CLion and ReSharper C++ at JetBrains) and Phil Nash (Developer Advocated for C++ at SonarSource)

IncludeOS

July 13, 2016 00:58:37 42.3 MB Downloads: 0

Rob and Jason are joined by Alfred Bratterud, CEO of IncludeOS to discuss Microservice applications with the IncludeOS platform. Alfred has been doing research towards IncludeOS since 2013, and got a PhD scholarship based on the early work in 2014. The IEEE CloudCom paper introducing the IncludeOS prototype was published in 2015 and he spun out a startup around IncludeOS in 2016, in collaboration with Oslo and Akershus university college (the largest institution for engineering education in Norway). He's currently focusing 100% on developing IncludeOS from research experiment to a production ready platform for cloud services. Alfred holds BSc and MSc in computer science, with focus on logic and computability, from the university of Oslo. He has 10+ years of industrial programming experience, mostly in web services. He's been working at Oslo university college since 2011, teaching various subjects ranging from operating systems, sysadmin and firewalls to web development. He started learning C++ when he took over a C++ course at the college in 2011. A very good year to start C++. News The new lightweight, cross platform C++11/14/17 IDE juCi++ v1.2.1 CppCon 2016 Program Preview: Algorithms, Exceptions and Games Second Episode of CppChat Sunday Meeting C++ interview with Sean Parent Alfred Bratterud @AlfredBratterud Alfred Bratterud's GithHub Links IncludeOS Repo IncludeOS IncludeOS: A Minimal, Resource Efficient Unikernel for Cloud Services Unikernels Unikernel Devel Sponsor Incredibuild

C++ and Lua Game Development

July 05, 2016 00:32:38 23.59 MB Downloads: 0

Rob and Jason are joined by Elias Daler, CS student and Indie game developer to discuss game development with C++ and Lua. Elias Daler is a CS student, indie game developer and C++ enthusiast. Passion for game development was the starting point for learning C++ and he's been programming in it for 6 years. Elias is working on a game called Re:creation and various open source C++ libraries. He also writes various articles about game development, C++ and Lua/C++ integration at eliasdaler.wordpress.com. These articles are well received and frequently shared on various game development subreddits and forums. News Status Update on Qt for WinRT/UWP Trip report: Summer ISO C++ standards meeting Visual Studio Update 3 has been released Registration for CppCon 2016 is open Elias Daler @EliasDaler Elias' New Blog Elias' Old Blog Links Sol2 ImGui SFML Sponsor Incredibuild

Oulu Trip Report

June 24, 2016 00:57:04 41.18 MB Downloads: 0

Rob and Jason are joined by Herb Sutter, chair of the ISO C++ standards committee to discuss the latest progress on C++ 17 made at the Oulu ISO Standards meeting. Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles, including the essay “The Free Lunch Is Over” which coined the term “concurrency revolution” and its recent sequel “Welcome to the Jungle” on the end of Moore’s Law and the turn to mainstream heterogeneous supercomputing from the cloud to ‘smartphones.’ Herb has served for a decade as chair of the ISO C++ standards committee, and is a software architect at Microsoft where he has led the language extensions design of C++/CLI, C++/CX, C++ AMP, and other technologies. News The ANTLR4 C++ target is here Jon Kalb speaks about CppCon, C++17 standard and C++ community Meeting C++ 2016 Talks Herb Sutter @herbsutter Sutter's Mill Links What the ISO C++ committee added to the C++17 working draft at the Oulu 2016 meeting Last chance for CppCon 2016 Early Bird Registration! Sponsor Incredibuild

Visual C++ Conformance

June 14, 2016 00:51:22 37.08 MB Downloads: 0

Rob and Jason are joined by Andrew Pardoe to discuss Visual C++ conformance progress as well as experimental features like Modules. Andrew started working at Microsoft in 2002. He worked for the C++ team for exactly five years, first on testing the Itanium optimizer and then on the Phoenix compiler platform. He left in 2007 to become a PM on the CLR team (the C# runtime). Andrew left that job about two years ago and through the magic of corporate reorgs ended up as the C++ compiler PM. In his role at Microsoft Andrew pays attention to pretty much everything without a GUI: the compiler front end/parser, code analysis, and a little bit to the optimizer. He also owns the tools acquisition story—such as the VC++ Build Tools SKU and updating to latest daily drops through NuGet—and Clang/C2. The Clang/C2 work is what ties Andrew into the Islandwood team, and the code analysis work focuses mostly on the C++ Core Guidelines checkers. News How the Commodore 64 Memory Map Worked FunctionalPlus, a C++ library, now has a (i.a. type based) search website for its over 300 pure and free functions Standardese documentation generator version 0.1 Awesome C++: Curated list of awesome C/C++ frameworks, libraries and resources Andrew Pardoe @apardoe Links C++ Core Guidelines Checkers: Preview of the Lifetime Safety checker Expression SFINAE improvements in VS 2015 Update 3 Standards version switches in the compiler Sponsor Incredibuild

foonathan/memory and standardese

June 07, 2016 00:36:06 26.09 MB Downloads: 0

Rob and Jason are joined by Jonathan Müller to discuss some of his recent blog posts, as well as the foonathan/memory library and the standardese documentation generator. Jonathan is a CS student passionate about C++. In his spare time he writes libraries for real-time applications and games. He is mainly working on foonathan/memory which provides fast and customizable memory allocators that are easily integrated into your own code. Jonathan tweets at @foonathan and blogs about various C++ and library development related topics at foonathan.github.io. The blog posts are well received and often shared in the cpp subreddit or ISO C++. News C++ Core Guidelines Checkers are now in a single Nuget package How to avoid wasting megabytes of memory a few bytes at a time Asynchronous callable wrappers Jonathan Müller @foonathan foonathan::blog() Links You (probably) don't want 'final' classes foonathan/memory foonathan/standardese

CLion

May 31, 2016 00:46:04 33.26 MB Downloads: 0

Rob and Jason are joined by Anastasia Kazakova to discuss new features of JetBrains' Clion IDE. A C/C++ fan since university, Anastasia has been creating real-time *nix-based systems and pushing them to production for 8 years. She has a passion for networking algorithms (especially congestion problems and network management protocols) and embedded programming, and believes in good tooling. Now she is a part of the JetBrains team working as a Product Marketing Manager for CLion, a cross-platform C/C++ IDE. News Bjarne Stroustrup C++ Today Fibonacci: You're also doing it wrong In response to: C++ Weekly - Ep 13 Fibonacci: You're Doing It Wrong C++ for Games: Performance. Allocations and Data Locality C++ Tutor - Visualize C++ code execution Anastasia Kazakova @anastasiak2512 Links CLion IDE CLion on Twitter CLion Blog

Runtime Compiled C++

May 25, 2016 00:50:38 36.55 MB Downloads: 0

Rob and Jason are joined by Doug Binks from Enkisoftware to discuss Runtime Compile C++. Doug Binks is programming the game Avoyd using Runtime Compiled C++, a technique he co-developed with industry friends; and enkiTS, a lightweight task scheduler. An experienced game developer, Doug was previously Technical Lead of the Game Architecture Initiative at Intel. He has worked in the games industry in roles ranging from the R&D development manager at Crytek to head of studio at Strangelite, as well as lead programmer. An early interest in games development was sidetracked by a doctorate in Physics at Oxford University, and two post-doctoral posts as an academic researcher in experimental nonlinear pattern formation, specializing in fluid mechanics. His fondest childhood memories are of programming games in assembly on the ZX81. News Jacksonville C++ Core Language Meeting Report Micro benchmarking libraries for C++ Doctest Andrei Alexandrescu on C++ Concepts Doug Binks @dougbinks Doug Binks Github Links Runtime Compiled C++ Rapid Development with Runtime Compiled C++ Enkisoftware

Conan

May 03, 2016 00:39:22 28.45 MB Downloads: 0

Rob and Jason are joined by Diego Rodriguez-Losada from Conan to discuss the new C++ Package Manager. Diego's passions are robotics and SW development. He has developed many years in C and C++ in the Industrial, Robotics and AI fields. He was also a University (tenure track) professor till 2012, when he quit academia to try to build a C/C++ dependency manager, co-founded startup biicode, since then mostly developing in Python. Now he is working as freelance and having fun with conan.io. News Robot: Native Cross Platform System Automation Help improve DuckDuckGo's C++ searches! Stay up to date with the Visual C++ tools on NuGet Diego Rodriguez-Losada @diegorlosada Diego Rodriguez-Losada's website Links Conan: C/C++ Package Manager Conan Blog I've Just Liberated My Modules

Distributed Computing

April 27, 2016 00:28:46 20.8 MB Downloads: 0

Rob and Jason are joined by Elena Sagalaeva from Microsoft's Bing Ads team to discuss Distributed Computing with C++. Elena Sagalaeva is a Russian-born professional C++ developer since 2000. She was primarily a game developer working both for various studios and as an indie developer. She grad uated from the industry while being a tech lead at the head of a small dev team. Elena currently lives in U.S. with her family and works at Microsoft in Bing Ads. Her current interests focus on large scale distributed systems and the development of the C++ language. She has a popular blog on C++ in Russian and she is the author of the famed C++ Lands map. News Introducing the C++ Core Guidelines Red Hat at the ISO C++ Standards Meeting pybind11: Seamless operability between C++11 and Python Elena Sagalaeva Elena Sagalaeva's Blog @alenacpp Links Nexus Wireless Silent Mouse C++11 Lands Map

VS for Linux

April 20, 2016 00:52:06 37.61 MB Downloads: 0

Rob and Jason are joined by Ankit Asthana to discuss new features for Visual Studio and VS Code including new support for Linux developers. Ankit Asthana is a program manager working in the Visual C++ Cross-Platform space. He is knowledgeable in cross-platform technologies, compilers (dynamic and static compilation, optimizer, code generation), distributed computing and server side development. He has in the past worked for IBM and Oracle Canada as a developer building Java 7 (hotspot) and telecommunication products. Ankit back in 2008 also published a book on C++ titled C++ for Beginners to Masters which sold over a few thousand copies. News CppCast Stickers! STL Fixes in VS 2015 Update 2 Runtime Compiled C++ Windows API sets: source of most Dependency Walker glitches Ankit Asthana Ankit on LinkedIn C++ for Beginners to Masters Links /build 2016: What's New with C++ Cross-Platform for Visual Studio 2015 Update 2 /build 2016: C++ Discussion /build 2016: Cross-Platform at Microsoft: Xamarin, Cordova, Unity and C++ Panel /build 2016: Top 6 Reasons to Move Your C++ Code to Visual Studio 2015 Visual C++ Blog

Boost Hana

April 12, 2016 00:41:53 30.26 MB Downloads: 0

Rob and Jason are joined by Louis Dionne to discuss C++ metaprogramming with Boost Hana. Louis is a math and computer science enthusiast with interest in C++ (meta)programming, functional programming, domain specific languages and related subjects. He is an active member of the Boost community, and recently wrote the Boost.Hana metaprogramming library. News Synth - Semantic syntax highlighting and code hyper-linking tool for C and C++ C++Now 2016 Program Highlights: Performance Talks Logical Expressions in C/C++ Mistakes made by professionals Louis Dionne Louis Dionne's Blog @louisdionne Links Boost Hana C++Now 2016 - Metaprogramming for Dummies C++Now 2016 - Metaprogramming for the Brave CppCon 2015 - C++ Metaprogramming: A Paradigm Shift

Macchina.io

April 06, 2016 00:39:34 28.59 MB Downloads: 0

Rob and Jason are joined by Günter Obiltschnig to discuss the macchina.io library for IoT C++ development. Günter is the founder of the POCO C++ Libraries and macchina.io open source projects. He has been programming computers since age 12. In his career he has programmed everything from 8-bit home computers (C64, MSX) to IBM big iron systems (COBOL and JCL, VM/CMS and CICS), various Unix systems, OpenVMS, Windows NT in its various incarnations, the Mac (classic Mac OS and OS X), to embedded devices and iPhone/iPad. He has a diploma (MSc. equivalent) in Computer Science from the University of Linz, Austria. His current main interests are embedded systems, cross-platform C++ development, JavaScript and, foremost, the Internet of Things. When not working, he spends time with his family or enjoys one of his hobbies — sailing, running, swimming, skiing, listening to or making music, and reading. News C++Now less than 20 spots left C/C++ extension for Visual Studio Code Awesome Modern C++ C++ Committee to shift focus on important issues CppCon 2016 Call for Submissions Günter Obiltschnig @obiltschnig Günter Obiltschnig Links macchina.io Mastering the IoT with C++ and JavaScript - Meeting C++ 2015

Meeting C++

March 31, 2016 00:39:16 28.37 MB Downloads: 0

Rob and Jason are joined by Jens Weller to discuss the Meeting C++ conference and user group community. Jens Weller is the organizer and founder of Meeting C++. Doing C++ since 1998, he is an active member of the C++ Community. From being a moderator at c-plusplus.de and organizer of his own C++ User Group since 2011 in Düsseldorf, his roots are in the C++ Community. Today his main work is running the Meeting C++ Platform (conference, website, social media and recruiting). His main role has become being a C++ evangelist, as this he speaks and travels to other conferences and user groups around the world. News Compiler Bugs found when porting Chromium to VC 2015 Practical Guide to Bare Metal C++ Concepts without Concepts Jens Weller @phlox81 Jens Weller LinkedIn Links Meeting C++ Announcing Meeting C++ 2016 Learning C++ Best Practices - Write Simpler, Faster, More Maintainable Code

Stream Processing

March 23, 2016 00:36:34 26.43 MB Downloads: 0

Rob and Jason are joined by Jonathan Beard to discuss Stream Processing and the C++ Raft Library. Jonathan Beard received a BS (Biology) and BA (International Studies) in 2005 from the Louisiana State University, MS (Bioinformatics) in 2010 from The Johns Hopkins University, and a PhD in Computer Science from Washington University in St. Louis in 2015. Jonathan served as a U.S. Army Officer through 2010 where he served in roles ranging from medical administrator to acting director of the medical informatics department for the U.S. Army in Europe. Jonathan's research interests include online modeling, stream parallel systems, streaming architectures, compute near data, and massively parallel processing. He is currently a Senior Research Engineer with ARM Research in Austin, Texas. News C++ Weekly Clion 2016.1 Q & A: Bjarne Stroustrup previews C+17 Sub-processing with Modern C++ Jonathan Beard @jonathan_beard Jonathan Beard's website Jonathan Beard on GitHub Links RaftLib C++Now - Come Stream with Me: build performant, simple, parallel applications in C++ using RaftLib

Parallel Computing Strategies

March 16, 2016 00:57:56 41.81 MB Downloads: 0

Rob and Jason are joined by Dori Exterman to discuss parallel computing strategies and Incredibuild. An expert software developer and product strategist, Dori Exterman has 20 years of experience in the software development industry. As Chief Technical Officer of IncrediBuild, he directs the company's product strategy and is responsible for product vision, implementation, and technical partnerships. Before joining IncrediBuild, Dori held a variety of technical and product development roles at software companies, with a focus on architecture, performance and advanced technologies. He is an expert and frequent speaker on technological advancement in development tools specializing in Embarcadero (formerly Borland) environments, and manages the Israeli development forum for these tools. News Herb Sutter Trip Report Testing GCC in the wild JF Bastien Trip Report - Happy with C++17 Dori Exterman Dori Exterman Links Considerations for choosing the parallel computing strategy - Dori Exterman - Meeting C++ 2015 Incredibuild