-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·31 lines (30 loc) · 951 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf250
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww16640\viewh8860\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
\f0\fs24 \cf0 README\
\
cmpt-300\
Assignment 5\
December 3rd, 2009\
Naoya Makino\
301117541\
\
File descriptions:\
main.c\
display_3months(part a): display 3 months sequentially\
display_3months_side(part b): output the 3 months side-by-side\
in order to run part a, please comment out display_3months_side(month, year) \
and take out comments on display_3months(month, year) in main function\
cal\
executable file\
makefile\
building executable programs and libraries from main.c\
\
how to run the program\
run ./cal \
usage: cal [ [month] year ]\
If you wish to make a new executable file, delete old cal and run make\
}