C++ Under the Hood: (Internal Class Mechanisms) - Chris Ryan - NDC TechTown 2024

C++ Under the Hood: (Internal Class Mechanisms) - Chris Ryan - NDC TechTown 2024

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer #softwaredeveloper Attend the next NDC conference near you: https://ndcconferences.com https://ndctechtown.com/ Subscribe to our YouTube channel and learn every day: / ‪@NDC‬ Follow our Social Media!   / ndcconferences     / ndc_conferences     / ndc_conferences   #cplusplus My talk will examine the internal C++ mechanisms around the topics of: o The C++ onion as it relates to construction, destruction and polymorphism, o Order of Object construction & destruction, and pre- & post-main() processing. o Member Function Pointers (not your father’s C function pointer), o Member Data Pointers (not raw pointers) (data-morphic functionality), o Understanding the Call Stack, Stack Frames and Base Pointer mechanisms.