Hacker News new | ask | show | jobs
by dieortin 355 days ago
Why use C++ at that point? Also, pre declaring classes instead of including the corresponding headers has quite a few drawbacks.
2 comments

References, for one. Also there’s a huge difference between “avoid templates unless necessary” and “don’t use templates”.
RAII? shared pointers?