Hacker News new | ask | show | jobs
by throwaway7808 4238 days ago
At least in C your initialization functions are first class citizens. Not like in that messed-up language, in which a constructor just should not fail...
1 comments

What do you mean by "a constructor just should not fail?" Constructors can and do fail in C++.