Skip to content

Instantly share code, notes, and snippets.

@alshain
Last active April 6, 2019 07:17
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 alshain/1d280e6b27699d96d7ff309cfc69e5f0 to your computer and use it in GitHub Desktop.
Save alshain/1d280e6b27699d96d7ff309cfc69e5f0 to your computer and use it in GitHub Desktop.
C++ Links

C++ Links

cppreference: C++ language overview

Interesting Concepts

Argument dependent lookup (unqualified function/operator usage automatically finds it inside namespace/class, because of the arguments, also check out the "Notes" section)

Undefined Behavior

Strict Aliasing Rule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment