Reply to post: Re: "Eschew obfuscation"

Carnegie-Mellon Uni emits 'don't be stupid' list for C++ developers

Dan 55 Silver badge

Re: "Eschew obfuscation"

The religious faith in RAII creates problem when you create objects which are referenced through pointers because you can't allocate everything on the stack for big, complex applications and stacks are often limited resources

malloc and new use the heap...

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon