Beej's Guide to C Programming (2007)
1–10 of 81 posts
Re: Beej's Guide to C Programming (2007)
#2Re: Beej's Guide to C Programming (2007)
#3Beej's Guide to Network programming ( http://beej.us/guide/bgnet/ ) is also pretty good. It was effectively used as the textbook in my networking class. (There was also an actual textbook, but almost nobody bothered to read it.)
Re: Beej's Guide to C Programming (2007)
#4Beej's Guide to Network programming ( http://beej.us/guide/bgnet/ ) is also pretty good. It was effectively used as the textbook in my networking class. (There was also an actual textbook, but almost nobody bothered to read it.)
Re: Beej's Guide to C Programming (2007)
#5Re: Beej's Guide to C Programming (2007)
#6Re: Beej's Guide to C Programming (2007)
#7I like the style. It's somewhat reminiscent of _why's Poignant Guide to Ruby. (I wouldn't be surprised if the inspiration were actually in the reverse direction.)
Re: Beej's Guide to C Programming (2007)
#8Beej's Guide to Network programming ( http://beej.us/guide/bgnet/ ) is also pretty good. It was effectively used as the textbook in my networking class. (There was also an actual textbook, but almost nobody bothered to read it.)
Re: Beej's Guide to C Programming (2007)
#9Beej's Guide to Network programming ( http://beej.us/guide/bgnet/ ) is also pretty good. It was effectively used as the textbook in my networking class. (There was also an actual textbook, but almost nobody bothered to read it.)
Re: Beej's Guide to C Programming (2007)
#10* A Tutorial on Pointers and Arrays in C: http://home.netcom.com/%7Etjensen/ptr/pointers.htm
* Right-left Rule: http://ieng9.ucsd.edu/~cs30x/rt_lt.rule.html (via HN)
* More free C stuff: https://github.com/EbookFoundation/free-programming-books/bl...
(I had to go search through lots of stuff to finally find resources that explain things in a way that I can understand. Once it is explained to me in a certain way, C code suddenly feels a lot less cryptic and I feel a lot less hopeless/useless.)