Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created November 23, 2015 01:55
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 thiagomg/d06240a47e9997fd7aba to your computer and use it in GitHub Desktop.
Save thiagomg/d06240a47e9997fd7aba to your computer and use it in GitHub Desktop.
Layout de memória de structs e classes
class router {
message m1;
message *m2
message &m3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment