Skip to content

Latest commit

 

History

History
47 lines (47 loc) · 6.05 KB

231006.md

File metadata and controls

47 lines (47 loc) · 6.05 KB
  1. Object Lifetime in C++: From Start to Finish - Thamara Andrade - CppNorth 2023
  2. A Guide to Debugging C++ Code: Practical and Interactive Examples - Sebastian Theophil - C++ on Sea
  3. Lightning Talk: Emplacing std::array Is Impossible - Vittorio Romeo - ACCU 2023
  4. Typical C++: Guide to the C++ Type System - Björn Fahller - CppNorth 2023
  5. Lightning Talk: Writing a Lookup Table in C++ - Richard Smith - CppNow 2023
  6. Lightning Talk: How we Grade C++ Assignments - Hans de Nivelle - CppNow 2023
  7. Lightning Talk: ChatGPT - Facts and Fiction - Stefan Pabst - ACCU 2023
  8. Lightning Talk: FizzBuzz Covered - Kevlin Henney - ACCU 2023
  9. Lightning Talk: C++ Builds: Time to Slow Down - Damien Buhl - CppNow 2023
  10. A Guide to Managing External APIs in C++ Enterprise Systems - Peter Muldoon - CppNorth 2023
  11. Lightning Talk: The Guide to C++ Conferences for Swimmers - Sebastian Theophil - CppNow 2023
  12. Lightning Talk: Safe Arithmetic Speed-Run: Experimental C++ Library - Luke Valenty - CppNow 2023
  13. Metaprogramming: From Templates to Concepts in C++ - Alex Dathskovsky - CppNorth 2023
  14. Midnote: Why Cpp Loops End - Lisa Lippincott - C++ on Sea 2023
  15. Function Composition in Programming Languages - Conor Hoekstra - CppNorth 2023
  16. How the Environment Changes the Way We Write C++ Code - Daniel Withopf - CppNorth 2023
  17. Lightning Talks: Hard Things in Software Engineering - Lucian Radu Teodorescu - ACCU 2023
  18. The C++ rvalue Lifetime Disaster - Arno Schoedl - C++ on Sea 2023
  19. Keynote: I Can Write C++ Code. Getting Something Done Is Another Matter - Jessica Kerr - CppNorth23
  20. Lightning Talk: An Entry-Level Software Engineer Asks for 10 More Things From You – Katherine Rocha
  21. Lightning Talk: Searching with C++ - A Fulltext Index Search Algorithm - Hana Dusíková - CppNow 2023
  22. Lightning Talk: BDD - Cucumber, Specflow and Gherkin are not required! - Seb Rose - ACCU 2023
  23. Shared Libraries in Windows and Linux - Ofek Shilon - C++ on Sea 2023
  24. Lightning Talk: Your Favorite Undefined Behavior in C++ - JF Bastien - CppNow 2023
  25. [CppIndiaCon 2023] C++ Coroutines from Scratch by Andreas Fertig
  26. Efficient and Reliable Wrapping of C APIs Using Modern C++ - Vladimir Vishnevskii - C++ on Sea 2023
  27. Automatically Testing Hazel - My Game Engine
  28. Memory Allocation in C++: The Fight Between Elves and Orcs - Patrice Roy - CppNorth 2023
  29. Two Ways To Do Dynamic Dispatch
  30. Lightning Talk: Searching with C++ - A Fulltext Index Search Algorithm - Hana Dusíková - CppNow 2023
  31. Keynote: Optimizing for Change in C++ - Ben Deane - CppNorth 2023
  32. Lightning Talk: Logic Proof Theory as a 3D Puzzle Game - Joel Holmes - ACCU 2023
  33. Lightning Talk: Cpp Extension Methods Revisited - Phil Nash - ACCU 2023
  34. Lightning Talk: Powered by C++20 Meta-Programming (MP) - Kris Jusiak - CppNow 2023
  35. Lightning Talk: Static Reflection on the Budget in C++23 - Kris Jusiak - CppNow 2023
  36. Lightning Talk: The Cyrillic Alphabet - Dom Davis - ACCU 2023
  37. A Tale of Two Tuples - A Story of the C++ Revolution - Will Wray - CppNorth 2023
  38. Guide to Safety in C++ - Timur Doumler - CppNorth 2023
  39. The Calm Before the Storm: Using an AI-enabled Towed ROV to Survey Maui's Coral Reefs
  40. Value Oriented Programming Part V: Return of the Values - Tony Van Eerd - CppNorth 2023
  41. Polymorphism, Cohesion, and Coupling in C++ - Jody Hagins - C++ on Sea 2023
  42. Lightning Talk: Hilbert’s Hotel - the Untold Bits - Tobias Loew - CppNow 2023
  43. Iteration Revisited: A Safer Iteration Model for C++ - Tristan Brindle - CppNorth 2023
  44. Lightning Talk: Hilbert’s Hotel - the Untold Bits - Tobias Loew - CppNow 2023
  45. Lightning Talk: Into the Lambdaverse - Weird C++ Lambda Shenanigans - Timur Doumler - CppNow 2023
  46. Lightning Talk: operator for - C++ Generator Ranges Without Coroutine Overhead - Jonathan Müller
  47. Lightning Talk: Crouching Dragon, Hidden Friend: What is C++ idiom Hidden Friend? -Peter Bindels