How do I practice Unix programming in C?

后端 未结 8 1409
猫巷女王i
猫巷女王i 2021-01-29 21:18

After five years of professional Java (and to a lesser extent, Python) programming and slowly feeling my computer science education slip away, I decided I wanted to broaden my h

相关标签:
8条回答
  • 2021-01-29 21:47

    Are you open to book suggestions? Although it is a bit dated (where "a bit" perhaps is a huge understatement), Maurice Bach's "The Design of the Unix Operating System" is a great book. It belongs next to K&R on your bookshelf.

    0 讨论(0)
  • 2021-01-29 21:51

    You might try working your way through all the examples in the book Software Tools (Amazon). Much of it is pretty pedestrian (right-justify text, de-tabify, etc.), but it's a great introduction to the Unix philosophy and basic C programming.

    0 讨论(0)
提交回复
热议问题