Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

FWIW, constructors do not "create" (I assume you mean allocate) memory. That's the job of operator new. A constructor, given a block of untyped memory, will construct an object in it.


Right.

Been a long time.

I would still expect a constructor to return. How can you tell if it failed?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: