• z3rOR0ne@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    12 hours ago

    Girl, I will wear whatever socks you want, but pulls out my own gun We’re reading this damn book instead.

      • z3rOR0ne@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        9 hours ago

        Honestly, I prefer King’s book to any other for intro to C programming. K&R is a classic, and is really quite good for diving into some cool tricks (i.e. postfix operation wizardy).

        But as a beginner, I can just say that King’s book is much more digestible. The author holds your hand a lot more and assumes you only have a basic knowledge of programming and the UNIX command line.

        That said, the exercises and simple projects do push you to demonstrate what you learned in each chapter as well as enforcing other Computer Science fundamentals like basic data structures (stacks, queues, linked lists) through demonstrations in the C language.

        My plan is to revisit K&R after a few other books in C like Advanced Programming In The Unix Environment, Unix Network Programming, and The Linux Programming Interface.

        I feel like by then I’ll hopefully have a more solid grasp on C and can then more aptly appreciate The K&R Book.