Advertisement
Guest User

Untitled

a guest
Sep 6th, 2012
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Intro to C:
  2. http://www.cprogramming.com/tutorial/c/lesson1.html
  3.  
  4. C references:
  5. http://www.cplusplus.com/reference/clibrary/
  6. http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
  7.  
  8. The GNU C Library:
  9. http://www.gnu.org/software/libc/manual/html_node/index.html
  10.  
  11. Why C?:
  12. http://www.cprogramming.com/whyc.html
  13.  
  14. Network Programming:
  15. http://beej.us/guide/bgnet/
  16.  
  17. The C Language:
  18. http://www.di-mgt.com.au/cprog.html
  19.  
  20. Simple DirectMedia Layer:
  21. http://www.libsdl.org/index.php
  22.  
  23. GNU Compiler:
  24. http://www.mingw.org/
  25.  
  26. 10 Commandments:
  27. http://www.di-mgt.com.au/src/tencommandments.html
  28.  
  29. Cython 'Python to C':
  30. http://cython.org/
  31.  
  32.  
  33. Short C Tutorials 'Pointers':
  34. http://www.loirak.com/prog/ctutor.php#pointers
  35.  
  36. Data Structures:
  37. http://en.wikipedia.org/wiki/List_of_data_structures
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement