6 ms·
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...
by throwaway7808 12y 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...
- thegeomaster 12y agoWhat do you mean by "a constructor just should not fail?" Constructors can and do fail in C++.