Warning: std::find is broken - Italian C++ Conference 2021 Keynote by Sean Parent
The opening keynote of Italian C++ Conference 2021:
Warning: std::find is broken
by Sean Parent
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Marco Arena | Jun 21, 2021 07:10 AM | Tags: community
The opening keynote of Italian C++ Conference 2021:
Warning: std::find is broken
by Sean Parent
By Adrien Hamelin | Jun 15, 2021 09:44 AM | Tags: community
Are you going to check it?
JetBrains Brings C++Now to You
by Anastasia Kazakova
From the article:
C++Now is generally regarded as the year’s most academic event in the C++ community. The conference hosts excellent talks from some of the most prominent experts in the community about cutting-edge C++ language features and advanced C++ skill...
By Ansel Sermersheim | May 28, 2021 02:22 PM | Tags: None
New video on the CopperSpice YouTube Channel:
Static Things
by Barbara Geller and Ansel Sermersheim
About the video:
In this video we look at some of the places you can use the static keyword, and what it means in these different locations. Is it valid to put a static variable in a header file? Can you use a static constexpr method as a constant expression? Watch our video and find out some of the unusual side effects of static.
Please take a look and remember to subscribe!
By Adrien Hamelin | May 26, 2021 01:13 PM | Tags: community
Videos are in.
Pure Virtual C++ 2021
From the article:
Join us for a free, one-day conference for the entire C++ community! We will be streaming live on Learn TV and providing resources to contribute towards your C++ learnings and expertise.
By Ansel Sermersheim | Apr 17, 2021 02:12 PM | Tags: None
New video on the CopperSpice YouTube Channel:
Class Completion
by Barbara Geller and Ansel Sermersheim
About the video:
In this video we look at the fascinating topic of class completion. The idea of when a class is complete seems fairly simple, but a "class-complete context" is more complicated. We have some cool examples to illustrate the interesting places a class is considered complete.
Please take a look and remember to subscribe!
By TartanLlama | Apr 12, 2021 10:48 AM | Tags: None
The second iteration of the free Pure Virtual C++ conference is now open to sign-ups
Sign Up for the Pure Virtual C++ 2021 Conference
by Sy Brand
From the article:
Last year we ran the first Pure Virtual C++, a free one-day virtual conference for the whole C++ community. This May we’re doing it again! Sign-up for free on the website to be the first to hear about our program schedule, access our extra on-demand C++ demos, and get more virtual surprises.
By Ansel Sermersheim | Mar 21, 2021 12:45 PM | Tags: None
New video on the CopperSpice YouTube Channel:
Mutex + Lock = CsLibGuarded
by Barbara Geller and Ansel Sermersheim
About the video:
Our newest C++ video looks at a better way to lock a mutex. We look at making the data part of the solution. The video walks through several variations of an example to explain why the data, mutex, and lock should be tied together and the benefits that result from this change.
Please take a look and remember to subscribe!
By Legalize Adulthood | Mar 21, 2021 12:44 PM | Tags: None
Utah C++ Programmers has released a new video.
Introduction to OpenCV with VcPkg and CMake
by Richard Thomson
From the video description:
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library.
This month, Richard Thomson will give us an introduction to OpenCV and walk us through some examples of using the library. OpenCV is a large library, so not every detail can be presented at once. However, we'll try to get a feel for what it looks like to use components from the library and perform some simple image manipulation tasks.
By Ansel Sermersheim | Mar 7, 2021 11:27 AM | Tags: None
New video on the CopperSpice YouTube Channel:
Memory Model to Mutexes
by Barbara Geller and Ansel Sermersheim
About the video:
We have released a new video which expands on our C++ Memory Model discussion. This section covers the usage of Mutexes and how they interact with the memory model. We define mutexes and locks, and pose some questions you may not have considered before.
Please take a look and remember to subscribe!
By Blog Staff | Mar 5, 2021 11:28 AM | Tags: None
A brand-new ACM interview with the creator of C++...