AMA with Bjarne Stroustrup @ Meeting C++ 2022
ABSA == Ask Bjarne Stroustrup Anything:
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Blog Staff | Dec 17, 2022 03:05 PM | Tags: None
ABSA == Ask Bjarne Stroustrup Anything:
By Meeting C++ | Dec 10, 2022 11:38 AM | Tags: meetingcpp intermediate community c++20 basics advanced
The opening keynote of Meeting C++ 2022 is now online!
Belle Views on C++ Ranges, their Details and the Devil - Nico Josuttis - Keynote Meeting C++ 2022
by Nicolai Josuttis
Watch it now
By Mike Shah | Dec 1, 2022 12:43 PM | Tags: None
Mike Shah's Modern C++ YouTube series has recently posted the 100th video.
The freely available YouTube series adds 1-2 videos a week on Modern C++ or other related C++ topics.
Modern C++ YouTube Series
by Mike Shah
About the videos
The series can be watched from start to finish, or otherwise as a complement to those studying C++ from a text to learn about specific C++ language features.
By Meeting C++ | Nov 23, 2022 04:08 AM | Tags: performance meetingcpp intermediate community basics
Meeting C++ has begun to publish the first videos from last weeks conference to YouTube:
First 3 talks published
C++ for multi-accelerator, multi-vendor systems - Guy Tamir
Whats new in Conan 2.0 - Christopher McArthur
Living at HEAD with Bazel - Šimon Tóth
By philsquared | Nov 21, 2022 09:13 AM | Tags: None
We use C++ for its raw power. But that power comes at a price: the language is notoriously hard to use correctly and efficiently - especially both at the same time. And that's before you try and make it easy for the next person to read, too!
The Power of Clean C++
by SonarSource
From the announcement:
Regardless of our skill level we could all use a little help writing our best code. In this webinar I'll show how you can be guided by tools that work in your IDE, on your builder server or CI, and as you merge pull requests. Well look at a series of examples of real code - some with less-than-obvious issues and see how these tools work. We’ll get your code clean - and stay clean - with minimal effort and without being overloaded with warnings.
For extra context: this is a Sonar event, so Sonar tools will be shown.
By Legalize Adulthood | Nov 21, 2022 09:12 AM | Tags: None
Utah C++ Programmers has released a new video:
Messaging with 0MQ (ZeroMQ)
by Richard Thomson
From the video description:
ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems.
This month, Richard Thomson will give us an introduction to ZeroMQ. We'll look briefly at the low-level library libzmq before switching to the higher level C++ library zmqpp. We'll adapt a simple database for comic book issues into a CRUD server that responds to zmq messages.
By Ansel Sermersheim | Nov 8, 2022 11:45 AM | Tags: None
New video on the CopperSpice YouTube Channel:
Comparison Operators: Breaking Change in C++20
by Barbara Geller and Ansel Sermersheim
About the video:
C++20 added a feature for the compiler to auto generate comparison operators which is often referred to as the spaceship operator. We found a way this can break existing code when supplying your own comparison functions. Watch our video to find out how this can happen in your existing code which has never used the spaceship operator before.
Please take a look and remember to subscribe!
By Meeting C++ | Oct 29, 2022 06:14 AM | Tags: meetingcpp community c++20
Last week Meeting C++ online hosted an AMA (ask me anything) with Nicolai Josuttis
AMA with Nicolai Josuttis
by Jens Weller
By Blog Staff | Oct 18, 2022 10:17 AM | Tags: None
A new CppCon 2022 keynote video is available:
CppCon 2022 Keynote on C++ Math: Lisa Lippincott
From the announcement:
Lisa Lippincott on C++ math... her CppCon 2022 Online Opening Keynote in Aurora, Colorado!
By Blog Staff | Oct 10, 2022 03:48 PM | Tags: None
Hot off the press from CppCon:
CppCon 2022 keynote: How C++23 changes the way we write code
Timur Doumler
From the announcement:
Timur Doumler on C++23 at his CppCon 2022 keynote in Aurora, Colorado!
This video is in “prerelease” and cannot be found directly on our YouTube channel, instead we are providing a direct link here only! Feel free to share this with colleagues and friends and impress them with your insider access...