SDCPPMU
SDCPPMU
  • 57
  • 10 729
San Diego C++ Meetup #70 - Decorator pattern!
Agenda
- CLion codes and Packt (upcoming) vouchers
- Rich Yonts corner
- Some cppquiz fun.
- Recap on last session
- Decorator Pattern
มุมมอง: 61

วีดีโอ

San Diego C++ Meetup - Meeting #69 12-10-2024
มุมมอง 48หลายเดือนก่อน
1. Modern-CPP-Programming - tutorial/training - recommendations 2. ADL, std::swap idiom and more 3. Map runtime value to compile time value ? 4. lightning talk - Stateless allocators and memory resources - By GC
San Diego C++ Meetup - The Art of Writing Efficient Programs
มุมมอง 1942 หลายเดือนก่อน
- Some cppquiz fun. - Recommending YT channel - “C Next by Alex Dathskovsky” - The Art of Writing Efficient Programs - design choices for Performance - Tip: transparent comparator/operators
San Diego C++ Meetup - Data Structures and Algorithms with C++ STL (#67)
มุมมอง 2462 หลายเดือนก่อน
Agenda: 1. Some cppquiz fun. 2. Highlights from a book - “Data Structures and Algorithms with the C STL: A guide for modern C practitioners 3. Gotchas
San Diego C++ Meetup #66 - Modern CMake and C++!
มุมมอง 3463 หลายเดือนก่อน
Modern CMake for C - In this session I will go over CMake and C , featuring packtpub's new book by Rafał Świdziński - "Modern CMake for C - Second Edition: Effortlessly build cutting-edge C code and deliver high-quality solutions 2nd ed. Edition" More info on the book here: www.amazon.com/Modern-CMake-Effortlessly-cutting-edge-high-quality/dp/1805121804 www.meetup.com/san-diego-cpp/events/30304...
San Diego C++ Meetup #65 - operator spaceship and Binary search by Guo Ci
มุมมอง 554 หลายเดือนก่อน
- Guo Ci, our guest speaker, will be presenting 2 techniques that are being used to optimize C code. The first is doing binary searches with equal_range (in std::ranges and std) and the second is customizing the three-way comparison operator (aka spaceship). bio: Guo Ci. Guo is a bioinformatician at the University of Michigan, working in labs doing proteomics and genomics research. - Discussion...
San Diego C++ Meetup July 16 2024 - 64
มุมมอง 1506 หลายเดือนก่อน
New C Book - C Brain Teasers! - by Anders Schau Knatten Discussion on Throwing destructors Yet another hard to find(?) bug
100 C++ Mistakes and How to Avoid Them - by Rich Yonts
มุมมอง 3846 หลายเดือนก่อน
100 C Mistakes and How to Avoid Them - by Rich Yonts Based on Manning MEAP book: www.manning.com/books/100-c-plus-plus-mistakes-and-how-to-avoid-them from Manning: C is a complex and powerful language. With an estimated ten billion lines of C code running in production, it’s not hard to find bugs, inefficiencies, and other coding mistakes that slow and snarl even the most mission critical appli...
San Diego C++ meetup #62 - Implementing the higher-order functions map/fold and composing functions
มุมมอง 1887 หลายเดือนก่อน
San Diego C Meetup #62 Dive into the world of Map/Fold functions as well as higher order functions. After a traditional C Quiz exercise, we will introduce “Modern C Programming Cookbook” - Master modern C including the latest features of C 23 with 140 practical recipes, Third Edition - By Marius Bancila. We will go over one of the chapters - Exploring functions, map/fold and composing functions...
Auto*, default virtual dtor and in-place constructions - San Diego C++ Meetupp #61
มุมมอง 1488 หลายเดือนก่อน
Agenda 1. C Quiz 2. const auto* versus const auto for Pointer Types « Marc Gregoire’s Blog 3. Does a default virtual destructor prevent compiler-generated move operations? 4. In-Place Construction for std::any, std::variant and std::optional - C Stories
San Diego C++ Meetup #60 2024 03 12
มุมมอง 9110 หลายเดือนก่อน
Agenda 1. C Quiz 2. What is IILE/IILF ? Deep dive to some of immediate invocation tricks. 3. Strongly typed syntax - How can we achieve a better, less error prone code? NamedType to the rescue! www.meetup.com/san-diego-cpp/events/299562276/
Exploring Polymorphism in C++: Run-time vs. Compile-time by Andreas Fertig - San Diego C++ meetup
มุมมอง 40110 หลายเดือนก่อน
Exploring Polymorphism in C : Run-time vs. Compile-time by Andreas Fertig - San Diego C meetup #59 Feb 2024 Event details www.meetup.com/san-diego-cpp/events/298748993/
Modern C++ Design, chapter 2 - San Diego C++ Meetup #58 - Jan 16 2024
มุมมอง 21511 หลายเดือนก่อน
www.meetup.com/san-diego-cpp/events/298080580/ Agenda The second chapter in Andrei's Alexandrescu Modern C design book. - Compile time assertions - Partial template specialization. - Local classes. - Map integral constants to types. Compile time dispatch based on numeric values. Boolean conditions. - Type to type mapping. For overloading and function template partial specialization. - Type sele...
SD C++ Meetup #57 "What can Class Template Policy Design do for your codebase?"
มุมมอง 339ปีที่แล้ว
Details "What can Class Template Policy based Design do for your codebase?" Abstract Class Template policy based design is a neat technique for creating compile-time composable classes. In this talk, we will demonstrate the power of such design and discuss the various ways to achieve your design goals using this method. By Yacob (Kobi) Cohen-Arazi
San Diego C++ Meetup #56 hosting Šimon Tóth - "Patterns of interview solutions"
มุมมอง 321ปีที่แล้ว
Details "Patterns of interview solutions" by Šimon Tóth San Diego C Meetup #56 hosting Šimon Tóth Abstract Interview problems are, at best, a nuisance; however, what about the solutions? In this talk, we will go over three themes that are persistent in solutions to interview problems and are widely applicable to daily work. - making good use of the standard library - analyzing a problem from a ...
Let's embed it with C++ ! Introduction to C++ and embedded! sdcppmu #55
มุมมอง 450ปีที่แล้ว
Let's embed it with C ! Introduction to C and embedded! sdcppmu #55
Introduction to Package Management with Conan 2 Chris McArthur - @christophermcarthur - sdcppmu #54
มุมมอง 804ปีที่แล้ว
Introduction to Package Management with Conan 2 Chris McArthur - @christophermcarthur - sdcppmu #54
San Diego C++ Meetup #53 8-15-2023
มุมมอง 119ปีที่แล้ว
San Diego C Meetup #53 8-15-2023
Modern CMake Best Practices for Library Authors by Alex Reinking - San Diego C++ Meetup 7/11/2023
มุมมอง 1Kปีที่แล้ว
Modern CMake Best Practices for Library Authors by Alex Reinking - San Diego C Meetup 7/11/2023
San Diego C++ Meetup Hosting Ben Deane - Applicative -the Forgotten Functional Pattern
มุมมอง 175ปีที่แล้ว
San Diego C Meetup Hosting Ben Deane - Applicative -the Forgotten Functional Pattern
C++ Horizons by Bryce Adelstein Lelbach - #50 C++ meetup
มุมมอง 178ปีที่แล้ว
C Horizons by Bryce Adelstein Lelbach - #50 C meetup
San Diego C++ Meetup April 11 2023 #49
มุมมอง 154ปีที่แล้ว
San Diego C Meetup April 11 2023 #49
San Diego C++ group meetup #48 3-21-2023 - C++ Incidental Explorations by Amir Kirsh
มุมมอง 99ปีที่แล้ว
San Diego C group meetup #48 3-21-2023 - C Incidental Explorations by Amir Kirsh
San Diego C++ meetup meeting number 47 Wed Feb 15 2023
มุมมอง 60ปีที่แล้ว
San Diego C meetup meeting number 47 Wed Feb 15 2023
San Diego C++ meetup #46 - virtual meeting - Tuesday 1-17-2023 - C++20 Coroutines!
มุมมอง 271ปีที่แล้ว
San Diego C meetup #46 - virtual meeting - Tuesday 1-17-2023 - C 20 Coroutines!
San Diego C++ Meetup Hosting Amir Kirsh - To Move Or Not To Move
มุมมอง 2112 ปีที่แล้ว
San Diego C Meetup Hosting Amir Kirsh - To Move Or Not To Move
San Diego C++ meetup #44 - RxCpp and Boost Asio (11/14/2022)
มุมมอง 4642 ปีที่แล้ว
San Diego C meetup #44 - RxCpp and Boost Asio (11/14/2022)
San Diego C++ Meetup - October 17 2022 #43
มุมมอง 582 ปีที่แล้ว
San Diego C Meetup - October 17 2022 #43
San Diego C++ Meetup #42 September 22 2022
มุมมอง 2372 ปีที่แล้ว
San Diego C Meetup #42 September 22 2022
San Diego 41 C++ group meetup #41
มุมมอง 1072 ปีที่แล้ว
San Diego 41 C group meetup #41

ความคิดเห็น

  • @georgiosdoumas2446
    @georgiosdoumas2446 หลายเดือนก่อน

    Packt publishing is a strange situation : some of the books it makes are very suspicious, and it seems that there is no proper technical review for them (or the authors are lazy , or maybe even not knowledgeable!). For example , a book that has reached 2nd edition, "Expert C++" has still (on the 2nd edition, as it was in the 1st edition) , on chapter 14 , paragraph "Avoid memory leaks", they have an example with the line : std::auto_ptr<T> p(new T()); //other smart pointers is OK also when the auto_ptr is deprecated in C++11 and removed in C++17 ! And the authors still give it as an example in the 2nd edition! How can the reader trust anything in this book then? It is not a simple typographical error.

  • @bonafontciel
    @bonafontciel 3 หลายเดือนก่อน

    I have the first edition, can you please elaborate the differeces between 1st and 2nd edition?

  • @UvUtkarsh
    @UvUtkarsh 7 หลายเดือนก่อน

    Can you please add the dropbox link in the description?

  • @DominikLoeffler1
    @DominikLoeffler1 10 หลายเดือนก่อน

    How did you get it to record?

    • @KobiCohenArazi
      @KobiCohenArazi 10 หลายเดือนก่อน

      During the initial few minutes of the session, I purchased premium but I needed to leave and re-join to take effect. Didn't want to do it and realize that I'd need to re-record it again.

  • @Suhasreddy25
    @Suhasreddy25 10 หลายเดือนก่อน

    Great presentation

  • @jonathand6231
    @jonathand6231 ปีที่แล้ว

    🤪 "promo sm"

  • @cppmsg
    @cppmsg ปีที่แล้ว

    Can we get a link to the slides?

  • @PaulMetalhero
    @PaulMetalhero ปีที่แล้ว

    I dont use GLFW. Is SDL 2 working in Conan 2?

  • @KobiCohenArazi
    @KobiCohenArazi ปีที่แล้ว

    @christophermcarthur thank you again 🙏

  • @dominichofer136
    @dominichofer136 ปีที่แล้ว

    Audio is trash!