Skip to content

Instantly share code, notes, and snippets.

@toburger
Last active May 5, 2019 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toburger/ac05bb466cdddc3171ccfb462ccd2b69 to your computer and use it in GitHub Desktop.
Save toburger/ac05bb466cdddc3171ccfb462ccd2b69 to your computer and use it in GitHub Desktop.
information and ideas...

C++ and Qt

General advice

  • [C++] prefer expressions over statements
  • [C++] prefer immutability over mutability
  • [C++] prefer composition over inheritance
  • [Qt] prefer STL over QTL containers

Libraries

Primary

Optional

Tools

Video material

Influencers

  • Juan Pedro Bolivar Puente
  • Ivan Čukić
  • Giuseppe D'Angelo
  • Phil Nash
  • Yan Chernikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment