慶應義塾大学
2007年度 秋学期
ネットワーク・プログラミング(C言語)
Network Programming in C
第12回 1月15日
Lecture 12, January 15
宿題 1/15
Homework for Lecture 12
This week's homework (submit via email):
This is what I expect from you in order to pass this class.
この二つの問題をやれば、合格できます。
Drop dead date: January 28, 9:00a.m.
締切り:1月28日午前9時
- Show that you can write a C program from scratch, by writing a
program that shows you the day of the week for a given date.
初めから自分でC言語のプログラムを書けるようになった。日日のインプット
して、何曜日だの情報をプリントします。
- Show that you understand a little bit of network
programming. This will be based on your TCP client program; if
you do not have one, you must construct one.
ネットワークプログラミングを少しできるようになった、と証明して。自分で
作ったTCPクライエントプログラムを変更して、簡単でウエブでHTTPを読む
こと。自分のTCPクライエントがなければ、それを作るべきです。
The day of the week program
Write a program that performs like the following:
HTTP GET
Modify your TCP client program to fetch the SFC home page:
You will need the following:
Additional Information
その他