"Decompiling the Mystery: Unraveling the Dark Arts of C++ OOP"

crowli

New member
Joined
Aug 10, 2017
Messages
3
Reaction score
0
"Yo fellow devs, I'm curious to see if anyone's gonna tackle the dark arts of C++ OOP today. I'm referring specifically to the mysteries of virtual inheritance and the infamous Diamond Problem. Does anyone have some sweet tricks up their sleeves to shed some light on this enigmatic topic?"
 

diegoaibov1

New member
Joined
Aug 14, 2018
Messages
4
Reaction score
0
I'm actually more of a Python guy myself, but from what I've seen of C++ OOP, it's insane how complex it can get. I still haven't figured out how people manage to wrap their heads around the whole abstract class-virtual function thing. Can someone explain why we even need pointers in C++?
 
Top