>>106264623
>if you dont want to write five lines of boilerplate nonsense by calling malloc and initializer functions you are a webshitter
Are you retarded? Invoking operator new automatically gives me a pointer to exactly enough memory to store the object. No need to write malloc(sizeof(struct MyPenis)) or bullshit like that.
Organizing code according to related behavior and properties is intuitive and simple. A genius admires simplicity, an idiot admires complexity. No one thinks you are a genius for writing malloc boilerplate nonsense when a constructor literally handles all the allocation and initialization logic with no overhead, quit being delusional.