-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
44 lines (26 loc) · 1.17 KB
/
README.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
CMPT 135 Assignment 5
=====================
Names of Team Members
---------------------
- Omansh Arora, omansh_arora@sfu.ca, 301415265
(include the full names, SFU email addresses, and SFU student numbers of all
team members)
Instructions for Compiling and Running
--------------------------------------
Type "make" in the shell
(put instructions here for compiling and running your program; hopefully it's
just to type "make" in the shell!)
Limitations
-----------
- No NCurses
- Cannot have commas in database.txt except to seperate different fields
- Can only enter integers between 0-200 (As no one's age is above 200 and no artist has over 200 albums)
(if you didn't implement all requested features, list which ones are missing)
Known Bugs
----------
- Sometimes adds unknown character at the end of the database file upon exit, don't know why, TA couldn't solve it either
- Not a bug, but the format for the database.txt file is: (Artist,Age,Genre,Number of albums)\\CANNOT ADD SPACES AFTER COMMA
(list all known bugs here)
Extra Features
--------------
(if your program has any extra or special features, tell us about them here)