San Diego C++ Meetup #83: February 2026 Edition

Last night we held our 83rd San Diego C++ Meetup. It was a fantastic evening filled with deep technical discussions and a significant announcement regarding the future of our community infrastructure. The Big Announcement: Moving to Luma The biggest news from this meeting is that we are officially moving away from Meetup.com. To streamline our […]

San Diego C++ Meetup #82 – January 2026 Edition

Hello everyone and Happy New Year! I hope you all had a wonderful holiday season and are ready for another year of deep diving into our favorite language. We kicked off 2026 this past Tuesday, January 13th, with our 82nd session. It was great to see everyone again; our community continues to grow, now reaching […]

San Diego C++ Meetup #81 – December 2025 Edition

Hello everyone! Our final meeting of 2025, San Diego C++ Meetup #81, took place on Tuesday, December 9th. It was a fantastic session to wrap up the year, featuring a deep dive into the intersection of Modern C++, AI tooling, and functional programming interpreter design. For those who couldn’t make it, the full recording is […]

C#-style property in C++

C# has a nice feature called class/struct property. It is a public data member but with the ability to control read/write access, underlying storage or to compute the value on the fly. You can think of it as a glorified getter/setter mechanism: a syntax sugar around get/set methods. My idea to implement something like this […]

San Diego C++ Meetup: Meeting #78 – September 2025 Edition

Hello all! Our latest San Diego C++ Meetup took place on Tuesday, September 24th, 2025. It was another great virtual session where we dove deep into some of the lesser-known features and types in Modern C++. A massive thank you to everyone who joined, participated in the quizzes, and contributed to the discussion! For those […]

San Diego C++ Meetup: Meeting #77 – August 2025 Edition

Hello all! Our latest San Diego C++ Meetup took place on Tuesday, August 19th, 2025. It was another great session with engaging discussions on modern C++ features, standard library improvements, and a fascinating look into the world of AI-assisted development. A huge thank you to JetBrains for their continued sponsorship of our meetup group. Their […]

San Diego C++ meeting #76 – July 2025 edition

Hello everyone, Last week we met for another San Diego C++ meetup session. I was super busy with tons of other obligations, so this blog post summary of the meetup session comes a bit late. The meeting took place on July 15 2025, 5PM Pacific. Virtual meeting. Meeting page can be found here. Recording can […]

C++ Meetup Meeting #74 – Uninitialized is cool!

Hello Everyone! Took me some time to write this post since I was on travel for few days. We met on Tuesday May 13 2025 and discuss std::uninitialized_xyz() function family. The Agenda: Meetup page for the event is here. Thank you CLion JetBrains for sponsoring San Diego C++ Community! Very much appreciated! Details The great […]

San Diego C++ Meetup #73 – RAII – How hard could it be?

Hello everyone! Here is the summary of the last session, took place on Tuesday, April 15 2025. The session had few topics discussed. First, I’d like to announce that we have a new Sponsor to our meetup! Jetbrains has generously agreed to sponsor the yearly Meetup fees! It is super fun to have your favorite […]

San Diego C++ Meetup #72 – Refactoring with C++

Hello everyone! Tuesday March 18 2025 evening was all about Refactoring with C++ by Dmitry Danilov. But before we dive to the summary – we’ll mention that there was a Job posting presented by Parker Lanning – Looking for Mid Sr. C++ Developer Role – contract role. Please feel free to contact Parker. We also […]

Debunking C++ Myths: Dispelling Misconceptions and Embracing Modern C++

San Diego C++ Meetup, February 14th 2025. yes, Valentine day, because we love C++ 🙂 Link to the meetup page here. Recording uploaded to San Diego C++ Meetup (sdcppmu) YouTube channel: Hello everyone! February 2025 was dedicated to a new book from Packpub publication: “Debunking C++ Myths: Dispelling Misconceptions and Embracing Modern C++” by Alex […]

San Diego C++ Meetup – Meeting #69

Hello all, Summary of San Diego C++ Meetup – Meeting session number 69. Took place on December 10 2024. This is the last session for 2024! Event link can be found here. Topics we covered: How can I map a runtime value to a compile-time value? This was the main topic. The idea was as […]

San Diego C++ Meetup #65

Hello everyone, Super late in writing this summary, can’t believe we are 1 week past the session. I’ve been super busy at work and with Family. What did we have on the Agenda: sdcppmu Youtube recording: Event page from meetup.com Summary of the discussions: Next part of the meeting talked about “Adding Default Constructor using […]