Intro to Computer Programming 2019

Course Outline

Week Date Content
1 9/12 Basic :
I/O: printf, scanf
Variable: int, float
Arithmetic Operation
2 9/19 Variables :
char,…,double,array
Local/global,Extern
Logic operation
3 9/26 loop :
for, while, do-while
summation
4 10/3 File I/O :
Text File process
fscanf, fprintf
sorting
5 10/10 Pointer :
variable vs. pointer
array vs. pointer
6 10/17 String :
strcpy/strcat/…
File statistics
7 10/24 Function :
Function/Subroutine
Parameter: variable/pointer
8 10/31 Struct :
Struct
File/Data Process
#include/#pragama
9 11/7 MidTerm
10 11/14 UDP :
Client/server
Broadcasting
Chat room
11 11/21 TCP :
Client/server
Chat room
12 11/28 TCP :
BBS Client
13 12/05 FTP :
Send Account
Send Password
14 12/12 FTP :
NLST
MKDIR
RMDIR
15 12/19 GOMOKU
16 12/26 GOMOKU: TCP
17 01/02 TCP :
select()
FD