Wed, Jan 29, 2025, 4:30 PM - 9:00 PM (UTC)
Another meetup for C++ enthusiasts!
This time, we will meet at a different spot! We listened to your feedback, so this time, we will meet at A2, where we will have the whole space just for us!
Check the atmosphere from the previous event: https://youtu.be/X8ufHEriOQ8
Check the talk from Hana Dusíková of the prior event: https://www.youtube.com/watch?v=yey7ufx3ngc
Photos and video recordings will be taken at the event for promotional purposes. Please let us know at registration or on-site if you do not wish to be captured.
In most project, code is more often read than written. C++ is a powerful and complex language and often there are multiple paths to solve a problem. Not all of those paths are good for the reader. We will go through some common examples of what you can do to make the code more easy to read and reason about. The end goal is to avoid a mob of developers with pitchforks and torches knocking on your doors a few years in future.
Support for concurrent code added no sooner than C++11. Since that time we have had a basic set of standard synchronization tools to manage concurrent data access and program logic in C and C++ universally across all supported hardware platforms. We can synchronize with mutexes, condition variables, and later, other tools and a bunch of other “waiting” tools to access data concurrently without locking. Let's have a quick look at this amazing part of C++.
Share your current projects, relevant topics, or ideas that could interest others. Prepare a brief speech (5-10 minutes) and inspire others. Apply to give one at beata.sedlak@roboauto.cz or just come up with it on the spot.