How do I practice Unix programming in C?

后端 未结 8 1421
猫巷女王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条回答
  •  猫巷女王i
    2021-01-29 21:32

    Write a webserver.

    • Make it multi-threaded.

    • Have it support a new scripting language you develop (a la PHP, etc.)

    • Allow uploads from authenticated users.

    • Write a plugin for your favorite tool (i.e. integrate with SVN to give a webview).

提交回复
热议问题