/nctu-introduction-to-network-programming

NCTU 110 Autumn - Introduction to Network Programming

Primary LanguageC++

NCTU - Introduction to Network Programming

My solutions to the homework of Introduction to Network Programming, offered by Professor Chun-Ying Huang in NCTU, Autumn 2021.

Specification

  1. Homework #1
  2. Homework #2
  3. Homework #3

Note that there are some points I didn't get

  • Homework #1
    • Unknown 5%
  • Homework #2
    • example/multiple 2%
    • update-post/mp 2%
  • Homework #3
    • 9-advance2 10%

Code Structure

Since homework #2 is an extended version of homework #1, I decided to refactor the code into MVC pattern, making the writing process in the future more efficiently.