Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created September 11, 2015 07:04
Show Gist options
  • Select an option

  • Save TheOpenDevProject/3a49af7be872467b3b5a to your computer and use it in GitHub Desktop.

Select an option

Save TheOpenDevProject/3a49af7be872467b3b5a to your computer and use it in GitHub Desktop.
Shit to learn
1. What is a variable, what does it represent, what does a variable look like in memory
2. What is a bit, byte?
3. What are primative types
4. Define a primative type
5. What is a function, what are parameters
6. How is code evaluated.
7. Which comes first in the evaluation x = y?
8. What is an operator
9. What is an identifier
10. What is a class
11. What is an access modifier
12. What is a member
13. What is a member function
14. What is a constructor
15. What is the difference between a reference type and a value type
16. What is inheritance
17. What is a return type
18. Define a type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment