Y
Hacker News
new
|
ask
|
show
|
jobs
by
npatrick04
3692 days ago
Plus you're pretty much screwed on RAII since you cannot return a value from the initializer. So by not using exceptions in C++, you also will often end up requiring a separate init function that can return errors.