Advertisement
Felanpro

C++ suggested study order

Jun 4th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. From an old email my friend sent me when I started learning to code
  2.  
  3. Suggested Study Order:
  4.  
  5. • variables, data types, and numerical operators
  6. • basic input/output
  7. • logic ( if statements, switch statements )
  8. • loops ( for, while, do-while )
  9. • arrays
  10. • pseudo random number generation
  11. • strings & string functions
  12. • functions
  13. • structures/classes
  14. • enumerated data
  15. • file input/output
  16. • pointers
  17. • sorting
  18. • linked lists
  19. • advanced classes
  20. • recursion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement