Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjmlp
119 days ago
The key with C++ is to learn how to use the build system, make use of binary libraries, and if one can afford to use the very latest compiler versions, modules.
And avoid header libraries, C++ isn't a scripting language.