Guest User

Programming guides

a guest
May 28th, 2017
1,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. INTRODUCTION
  2. How to read code: http://worrydream.com/LearnableProgramming/
  3. How to think programming: https://www.reddit.com/r/learnprogramming/comments/2qznse/i_need_serious_help_learn_to_program_was_my_new/cnb1luk
  4. Understand abstraction: http://worrydream.com/LadderOfAbstraction/
  5. The importance of the environment: https://opensource.com/life/16/7/linux-theoretical-physics
  6.  
  7. TOOLS
  8. GCC and Make - A Tutorial on how to compile, link and build C/C++ applications: https://www3.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html
  9.  
  10. C GUIDES
  11. How to Think Like a Computer Scientist: http://greenteapress.com/thinkcpp/index.html
  12. C Tutorial - Learn C: http://www.cprogramming.com/tutorial/c-tutorial.html
  13. Learn C The Hard Way A Clear & Direct Introduction To Modern C Programming: http://c.learncodethehardway.org/book/
  14. Introduction to Computer Programming, Part 1 - FREE COURSE: https://www.edx.org/course/introduction-computer-programming-part-1-iitbombayx-cs101-1x
  15.  
  16. C FAQ
  17. C - For Dummies: http://www.dummies.com/how-to/computers-software/programming/c.html
  18. C Frequently Asked Questions: http://c-faq.com/
  19.  
  20. EXAMPLES
  21. FizzBuzz: http://rosettacode.org/wiki/FizzBuzz
  22. Algorithm Implementation: https://en.wikibooks.org/wiki/Algorithm_Implementation
  23.  
  24. PRACTICE
  25. C/C++ Programming Practice Problems: http://www.cprogramming.com/challenge.html
  26. Project Euler: https://projecteuler.net/
Add Comment
Please, Sign In to add comment