Object Lifetime in C++: From Start to Finish - Thamara Andrade - CppNorth 2023

Sdílet
Vložit
  • čas přidán 30. 09. 2023
  • www.cppnorth.ca​
    ---
    Object Lifetime in C++: From Start to Finish - Thamara Andrade - CppNorth 2023
    Object lifetime is one of the core concepts of C++ and understanding it is critical to write correct and efficient code. This talk provides an overview of an object's lifetime, rules for extending it, as well as pitfalls when dealing with temporary objects. Whether you are a seasoned C++ programmer or just starting out, this talk will provide you with valuable insights into one of the most fundamental aspects of the language.
    ---
    Slides: github.com/CppNorth/CppNorth_...
    Sponsored By:
    think-cell: www.think-cell.com/cppnorth
    JetBrains: www.jetbrains.com/
    ---
    Thamara Andrade
    Software Engineer working for 10+ years with C++ and adventuring into new technologies through open-source projects. Always engaged in projects aiming to enhance women's presence in the tech world.
    ---
    CppNorth is an annual C++ conference held in Toronto, Canada.
    - Annual CppNorth C++ conference: cppnorth.ca/
    - CppNorth Twitter: / cppnorth
    ---
    CZcams Videos Edited & Optimised by Digital Medium: events.digital-medium.co.uk
    #cppnorth #cpp #cppprogramming
  • Věda a technologie

Komentáře • 1

  •  Před 7 měsíci +1

    Great talk Thamara! I've been there trying to read and understand the standard and I feel your pain 😂. So glad to know they're fixing lifetime extension on the range based for in C++23, although it'll be another exception on the standard 🥵