Hacker News new | ask | show | jobs
by samiv 120 days ago
The key with c++ is to keep coding while compiling. Otherwise..yeah you're blocked.
1 comments

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.