Skip to content

Instantly share code, notes, and snippets.

@jdliss
Created April 11, 2016 15:06
Show Gist options
  • Save jdliss/61deef9f1d6c66af7b72e4f1d5eb44b8 to your computer and use it in GitHub Desktop.
Save jdliss/61deef9f1d6c66af7b72e4f1d5eb44b8 to your computer and use it in GitHub Desktop.

Having fun or crying with C/C++

compiled vs dynamic languages

  • how the ruby interpreter works
  • how compiling works

memory allocation and data types

  • arrays/vectors
  • c-strings vs strings

basics

  • input/output
  • functions
  • classes

advanced

  • pointers
  • implementation of linked list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment