Y
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
maccard
355 days ago
References, for one. Also there’s a huge difference between “avoid templates unless necessary” and “don’t use templates”.
link
kortilla
355 days ago
RAII? shared pointers?
link