Useful links

C++

General reading

Guides, discussions and explorations of specific topics

Libraries

  • Google Test has less boilerplate and more functionality (e.g. type-parameterised testing) than other C++ test frameworks. Very powerful in combination with Google Mock
  • Boost (of course! :-D)

C++11-specific

Web development

Database development

  • High performance insertions in SQL server – primarily for high volume, but applicable to non-high volume deployments and RDBMSs in general.

Software/other

Leave a comment