Asynchrony and Coroutines - Grigory Demchenko - Meeting C++ 2015
A new video from Meeting C++ 2015:
Asynchrony and Coroutines
by Grigory Demchenko
March 23-28, London, UK
By Meeting C++ | Apr 27, 2016 02:27 AM | Tags: performance intermediate coroutines c++11 asynchronous async advanced
A new video from Meeting C++ 2015:
Asynchrony and Coroutines
by Grigory Demchenko
By Felix Petriconi | Apr 24, 2016 05:41 AM | Tags: None
The great ACCU 2016 conference in Bristol just has ended and the first videos are already published.
ACCU2016 conference videos
by accu.org
By robwirving | Apr 22, 2016 06:38 AM | Tags: None
Episode 54 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Ankit Asthana to discuss new features for Visual Studio and VS Code. Including new support for Linux developers.
CppCast Episode 54: VS for Linux with Ankit Asthana
by Rob Irving and Jason Turner
About the interviewee:
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.
By Jason Turner | Apr 18, 2016 11:10 PM | Tags: None
Episode 7 of C++ Weekly.
Stop Using std::endl
by Jason Turner
About the show:
In this episode Jason tries to convince you to stop using std::endl by default.
By Jason Turner | Apr 11, 2016 09:53 AM | Tags: None
Episode 6 of C++ Weekly with Jason Turner.
Intro To Variadic Templates
by Jason Turner
About the show:
In this episode Jason gives a brief introduction to C++ variadic templates and covers some compile time and runtime performance considerations.
By robwirving | Apr 8, 2016 06:34 AM | Tags: None
Episode 52 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Günter Obiltschnig to discuss the macchina.io library for IoT C++ development.
CppCast Episode 52: Macchina.io with Günter Obiltschnig
by Rob Irving and Jason Turner
About the interviewee:
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.
By Jason Turner | Apr 5, 2016 04:58 AM | Tags: None
Episode 5 of C++ Weekly with Jason Turner.
Intro To ChaiScript
by Jason Turner
About the show:
In this episode Jason shows some basic getting started with ChaiScript code and goes over some of the more interesting features of the language.
By robwirving | Apr 1, 2016 11:58 AM | Tags: None
Episode 51 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Jens Weller to discuss the MeetingC++ conference and user group community.
CppCast Episode 51: Meeting C++ with Jens Weller
by Rob Irving and Jason Turner
About the interviewee:
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.
By Blog Staff | Mar 29, 2016 03:03 PM | Tags: None
Just posted on C9:
GoingNative 48: ISO C++ @Jacksonville Debriefing
by Gabriel Ha
From the post:
We're back with another round of updates from the most recent ISO C++ standards meeting at Jacksonville, where some..."interesting" turns of events took place.
Timeline
[0:30] Interview portion begins
[1:35] The Jacksonville Controversy
[3:07] Why should I care about TS's?
[5:55] New TS's
[6:00] Modules (Try it out [VS] | Learn more | Send feedback)
[6:27] Coroutines (Try it out [VS] | Learn more | Send feedback)
[7:59] Concepts (Try it out [GCC] [6.0 changes] | Send feedback)
[10:11] Ranges (Try it out [GCC] [6.0 changes] | Send feedback)
[11:33] Direct-into-Standard items
[11:40] constexpr v3
[12:16] New attributes (fallthrough, nodiscard, maybe_unused)
[14:24] Extended aggregating initializers
[15:34] Sentinel iterators
[16:14] Hex floats
[16:27] TS-into-Standard items
[16:38] Parallelism TS (Learn more)
[17:30] Library fundamentals v1 TS (Try it out [Boost] [GCC] [6.0 changes])
[19:19] File system TS
[20:01] "Special" math IS [International Standard] (Try it out [Boost] [GCC] [6.0 changes])
[22:21] What's next for the committee?
[22:27] And how exactly does one pronounce "Oulu?"[23:01] Call to action: Get involved with the committee, try out the TS's!
Download the latest versions of GCC [6.0], Boost [1.60], and/or Visual Studio [2015 Update 2 RC]
By Jason Turner | Mar 28, 2016 09:45 AM | Tags: None
Episode 4 of C++ Weekly with Jason Turner. In this video Jason refactors some code templated code to use variadic templates to be smaller and more maintainable.
Variadic Template Refactor
by Jason Turner