-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypescript
More file actions
362 lines (338 loc) · 17.5 KB
/
Copy pathtypescript
File metadata and controls
362 lines (338 loc) · 17.5 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
Script started on Wed 10 Mar 2010 06:26:34 PM PST
[parksae@uw1-320-25 ~]$ ls
[00m[00mborrow.cpp[00m [00mcomedy.h[00m [00mdata4movies.txt[00m [00mhistory_t.h[00m [00mmain.cpp[00m [00mreturn_t.cpp[00m [00mtransfactory.cpp[00m [00mtree.h[00m
[00mborrow.h[00m [00mcustomer.cpp[00m [01;34mDesktop[00m [00mitem.cpp[00m [00mmovie.cpp[00m [00mreturn_t.h[00m [00mtransfactory.h[00m [00mtypescript[00m
[00mclassic.cpp[00m [00mcustomer.h[00m [00mdrama.cpp[00m [00mitem.h[00m [00mmoviefactory.cpp[00m [00mstore.cpp[00m [00mtree.cpp[00m
[00mclassic.h[00m [00mdata4commands.txt[00m [00mdrama.h[00m [00mlist.cpp[00m [00mmoviefactory.h[00m [00mstore.h[00m [00mtreefactory.cpp[00m
[00mcomedy.cpp[00m [00mdata4customers.txt[00m [00mhistory_t.cpp[00m [00mlist.h[00m [00mmovie.h[00m [00mtransaction.h[00m [00mtreefactory.h[00m
[m[parksae@uw1-320-25 ~]$ g++ *.cpp
In file included from transaction.h:16,
from borrow.h:14,
from borrow.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from borrow.h:14,
from borrow.cpp:6:
transaction.h:38:7: warning: no newline at end of file
In file included from borrow.cpp:6:
borrow.h:42:7: warning: no newline at end of file
borrow.cpp:72:2: warning: no newline at end of file
In file included from movie.h:14,
from classic.h:17,
from classic.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from classic.h:17,
from classic.cpp:6:
movie.h:78:7: warning: no newline at end of file
In file included from classic.cpp:6:
classic.h:65:7: warning: no newline at end of file
classic.cpp:241:2: warning: no newline at end of file
In file included from movie.h:14,
from comedy.h:15,
from comedy.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from comedy.h:15,
from comedy.cpp:6:
movie.h:78:7: warning: no newline at end of file
In file included from comedy.cpp:6:
comedy.h:41:7: warning: no newline at end of file
comedy.cpp:174:2: warning: no newline at end of file
In file included from transaction.h:16,
from list.h:15,
from customer.h:24,
from customer.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from list.h:15,
from customer.h:24,
from customer.cpp:6:
transaction.h:38:7: warning: no newline at end of file
In file included from customer.h:24,
from customer.cpp:6:
list.h:46:7: warning: no newline at end of file
In file included from customer.cpp:6:
customer.h:51:7: warning: no newline at end of file
customer.cpp:64:2: warning: no newline at end of file
In file included from movie.h:14,
from drama.h:15,
from drama.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from drama.h:15,
from drama.cpp:6:
movie.h:78:7: warning: no newline at end of file
In file included from drama.cpp:6:
drama.h:41:7: warning: no newline at end of file
drama.cpp:168:2: warning: no newline at end of file
In file included from transaction.h:16,
from history_t.h:15,
from history_t.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from history_t.h:15,
from history_t.cpp:6:
transaction.h:38:7: warning: no newline at end of file
In file included from history_t.cpp:6:
history_t.h:39:7: warning: no newline at end of file
history_t.cpp:44:2: warning: no newline at end of file
In file included from item.cpp:6:
item.h:59:7: warning: no newline at end of file
item.cpp:38:2: warning: no newline at end of file
In file included from transaction.h:16,
from list.h:15,
from list.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from list.h:15,
from list.cpp:6:
transaction.h:38:7: warning: no newline at end of file
In file included from list.cpp:6:
list.h:46:7: warning: no newline at end of file
list.cpp:87:2: warning: no newline at end of file
In file included from main.cpp:6:
store.h:98:7: warning: no newline at end of file
main.cpp:42:2: warning: no newline at end of file
In file included from movie.h:14,
from movie.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from movie.cpp:6:
movie.h:78:7: warning: no newline at end of file
movie.cpp:51:2: warning: no newline at end of file
In file included from movie.h:14,
from classic.h:17,
from moviefactory.h:14,
from moviefactory.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from classic.h:17,
from moviefactory.h:14,
from moviefactory.cpp:6:
movie.h:78:7: warning: no newline at end of file
In file included from moviefactory.h:14,
from moviefactory.cpp:6:
classic.h:65:7: warning: no newline at end of file
In file included from moviefactory.h:15,
from moviefactory.cpp:6:
drama.h:41:7: warning: no newline at end of file
In file included from moviefactory.h:16,
from moviefactory.cpp:6:
comedy.h:41:7: warning: no newline at end of file
In file included from moviefactory.cpp:6:
moviefactory.h:42:7: warning: no newline at end of file
moviefactory.cpp:67:2: warning: no newline at end of file
In file included from transaction.h:16,
from return_t.h:15,
from return_t.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from return_t.h:15,
from return_t.cpp:6:
transaction.h:38:7: warning: no newline at end of file
In file included from return_t.cpp:6:
return_t.h:41:7: warning: no newline at end of file
return_t.cpp:71:2: warning: no newline at end of file
In file included from store.cpp:6:
store.h:98:7: warning: no newline at end of file
In file included from tree.h:23,
from store.cpp:7:
item.h:59:7: warning: no newline at end of file
In file included from store.cpp:7:
tree.h:71:7: warning: no newline at end of file
In file included from list.h:15,
from customer.h:24,
from store.cpp:8:
transaction.h:38:7: warning: no newline at end of file
In file included from customer.h:24,
from store.cpp:8:
list.h:46:7: warning: no newline at end of file
In file included from store.cpp:8:
customer.h:51:7: warning: no newline at end of file
In file included from store.cpp:10:
treefactory.h:39:7: warning: no newline at end of file
In file included from classic.h:17,
from moviefactory.h:14,
from store.cpp:11:
movie.h:78:7: warning: no newline at end of file
In file included from moviefactory.h:14,
from store.cpp:11:
classic.h:65:7: warning: no newline at end of file
In file included from moviefactory.h:15,
from store.cpp:11:
drama.h:41:7: warning: no newline at end of file
In file included from moviefactory.h:16,
from store.cpp:11:
comedy.h:41:7: warning: no newline at end of file
In file included from store.cpp:11:
moviefactory.h:42:7: warning: no newline at end of file
In file included from transfactory.h:29,
from store.cpp:12:
borrow.h:42:7: warning: no newline at end of file
In file included from transfactory.h:30,
from store.cpp:12:
return_t.h:41:7: warning: no newline at end of file
In file included from transfactory.h:31,
from store.cpp:12:
history_t.h:39:7: warning: no newline at end of file
In file included from store.cpp:12:
transfactory.h:63:7: warning: no newline at end of file
store.cpp:53:17: warning: multi-character character constant
store.cpp:383:2: warning: no newline at end of file
store.cpp: In member function ‘virtual void Store::createTrees(std::ifstream&)’:
store.cpp:53: warning: overflow in implicit constant conversion
In file included from transfactory.h:28,
from transfactory.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from borrow.h:14,
from transfactory.h:29,
from transfactory.cpp:6:
transaction.h:38:7: warning: no newline at end of file
In file included from transfactory.h:29,
from transfactory.cpp:6:
borrow.h:42:7: warning: no newline at end of file
In file included from transfactory.h:30,
from transfactory.cpp:6:
return_t.h:41:7: warning: no newline at end of file
In file included from transfactory.h:31,
from transfactory.cpp:6:
history_t.h:39:7: warning: no newline at end of file
In file included from transfactory.cpp:6:
transfactory.h:63:7: warning: no newline at end of file
transfactory.cpp:100:2: warning: no newline at end of file
In file included from tree.h:23,
from tree.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from tree.cpp:6:
tree.h:71:7: warning: no newline at end of file
tree.cpp:201:2: warning: no newline at end of file
In file included from tree.h:23,
from treefactory.h:13,
from treefactory.cpp:6:
item.h:59:7: warning: no newline at end of file
In file included from treefactory.h:13,
from treefactory.cpp:6:
tree.h:71:7: warning: no newline at end of file
In file included from treefactory.cpp:6:
treefactory.h:39:7: warning: no newline at end of file
treefactory.cpp:63:2: warning: no newline at end of file
[parksae@uw1-320-25 ~]$ ls
[00m[01;32ma.out[00m [00mcomedy.cpp[00m [00mdata4customers.txt[00m [00mhistory_t.cpp[00m [00mlist.h[00m [00mmovie.h[00m [00mtransaction.h[00m [00mtreefactory.h[00m
[00mborrow.cpp[00m [00mcomedy.h[00m [00mdata4movies.txt[00m [00mhistory_t.h[00m [00mmain.cpp[00m [00mreturn_t.cpp[00m [00mtransfactory.cpp[00m [00mtree.h[00m
[00mborrow.h[00m [00mcustomer.cpp[00m [01;34mDesktop[00m [00mitem.cpp[00m [00mmovie.cpp[00m [00mreturn_t.h[00m [00mtransfactory.h[00m [00mtypescript[00m
[00mclassic.cpp[00m [00mcustomer.h[00m [00mdrama.cpp[00m [00mitem.h[00m [00mmoviefactory.cpp[00m [00mstore.cpp[00m [00mtree.cpp[00m
[00mclassic.h[00m [00mdata4commands.txt[00m [00mdrama.h[00m [00mlist.cpp[00m [00mmoviefactory.h[00m [00mstore.h[00m [00mtreefactory.cpp[00m
[m[parksae@uw1-320-25 ~]$ ./a.out
*** Classics ***
*IN* *OUT*
DVD DVD TITLE DIRECTOR MO YEAR ACTOR
10 0 Holiday George Cukor 9 1938 Cary Grant
10 0 Holiday George Cukor 9 1938 Katherine Hepburn
10 0 Gone With the Wind Victor Fleming 2 1939 Clark Gable
10 0 Gone With the Wind Victor Fleming 2 1939 Vivien Leigh
10 0 The Wizard of Oz Victor Fleming 7 1939 Judy Garland
10 0 The Philadelphia Stor George Cukor 5 1940 Cary Grant
10 0 The Philadelphia Stor George Cukor 5 1940 Katherine Hepburn
10 0 The Maltese Falcon John Huston 10 1941 Humphrey Bogart
10 0 Casablanca Michael Curtiz 8 1942 Humphrey Bogart
10 0 Casablanca Michael Curtiz 8 1942 Ingrid Bergman
10 0 It's a Wonderful Life Frank Capra 11 1946 Donna Reed
10 0 It's a Wonderful Life Frank Capra 11 1946 James Steward
10 0 A Clockwork Orange Stanley Kubrick 2 1971 Malcolm McDowell
10 0 Harold and Maude Hal Ashby 3 1971 Ruth Gordon
*** Drama ***
*IN* *OUT*
DVD DVD TITLE DIRECTOR YEAR
10 0 Good Morning Vietnam Barry Levinson 1988
10 0 Unforgiven Clint Eastwood 1992
10 0 Good Will Hunting Gus Van Sant 2000
10 0 Silence of the Lambs Jonathan Demme 1991
10 0 Dogfight Nancy Savoca 1991
10 0 King of Hearts Phillippe De Bro 1967
10 0 Schindler's List Steven Spielberg 1993
*** Comedy ***
*IN* *OUT*
DVD DVD TITLE DIRECTOR YEAR
10 0 Annie Hall Woody Allen 1977
10 0 Fargo Joel Coen 1996
10 0 National Lampoon's An John Landis 1978
10 0 Pirates of the Caribb Gore Verbinski 2003
10 0 Sleepless in Seattle Nora Ephron 1993
10 0 When Harry Met Sally Rob Reiner 1989
10 0 You've Got Mail Nora Ephron 1998
*** Customer ID = 1000 Mouse Minnie
No History on File
*** Customer ID = 5000 Frog Freddie
No History on File
*** Customer ID = 8000 Wacky Wally
No History on File
!-Genre Z Is Unknown
!-Transaction Type X Unknown
!-Transaction Type Z Unknown
!-Customer ID 1234 Not Assigned
! Movie Not Found In Collection
!-Media Type Z Is Unknown
! Movie Not Found In Collection
*** Classics ***
*IN* *OUT*
DVD DVD TITLE DIRECTOR MO YEAR ACTOR
9 1 Holiday George Cukor 9 1938 Cary Grant
10 0 Holiday George Cukor 9 1938 Katherine Hepburn
10 0 Gone With the Wind Victor Fleming 2 1939 Clark Gable
10 0 Gone With the Wind Victor Fleming 2 1939 Vivien Leigh
10 0 The Wizard of Oz Victor Fleming 7 1939 Judy Garland
9 1 The Philadelphia Stor George Cukor 5 1940 Cary Grant
9 1 The Philadelphia Stor George Cukor 5 1940 Katherine Hepburn
9 1 The Maltese Falcon John Huston 10 1941 Humphrey Bogart
10 0 Casablanca Michael Curtiz 8 1942 Humphrey Bogart
10 0 Casablanca Michael Curtiz 8 1942 Ingrid Bergman
10 0 It's a Wonderful Life Frank Capra 11 1946 Donna Reed
10 0 It's a Wonderful Life Frank Capra 11 1946 James Steward
9 1 A Clockwork Orange Stanley Kubrick 2 1971 Malcolm McDowell
3 7 Harold and Maude Hal Ashby 3 1971 Ruth Gordon
*** Drama ***
*IN* *OUT*
DVD DVD TITLE DIRECTOR YEAR
9 1 Good Morning Vietnam Barry Levinson 1988
9 1 Unforgiven Clint Eastwood 1992
9 1 Good Will Hunting Gus Van Sant 2000
9 1 Silence of the Lambs Jonathan Demme 1991
8 2 Dogfight Nancy Savoca 1991
9 1 King of Hearts Phillippe De Bro 1967
9 1 Schindler's List Steven Spielberg 1993
*** Comedy ***
*IN* *OUT*
DVD DVD TITLE DIRECTOR YEAR
9 1 Annie Hall Woody Allen 1977
9 1 Fargo Joel Coen 1996
9 1 National Lampoon's An John Landis 1978
10 0 Pirates of the Caribb Gore Verbinski 2003
9 1 Sleepless in Seattle Nora Ephron 1993
9 1 When Harry Met Sally Rob Reiner 1989
9 1 You've Got Mail Nora Ephron 1998
*** Customer ID = 1000 Mouse Minnie
Histor Display Request
DVD Borrow Good Morning Vietnam Barry Levinson 1988
DVD Borrow The Philadelphia Stor George Cukor 5 1940 Katherine Hepburn
DVD Borrow Good Will Hunting Gus Van Sant 2000
DVD Borrow The Philadelphia Stor George Cukor 5 1940 Cary Grant
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
*** Customer ID = 1111 Mouse Mickey
DVD Borrow A Clockwork Orange Stanley Kubrick 2 1971 Malcolm McDowell
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Borrow The Maltese Falcon John Huston 10 1941 Humphrey Bogart
DVD Borrow Holiday George Cukor 9 1938 Cary Grant
*** Customer ID = 5000 Frog Freddie
Histor Display Request
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Return Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Return Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Return Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
*** Customer ID = 8000 Wacky Wally
Histor Display Request
DVD Borrow You've Got Mail Nora Ephron 1998
DVD Return You've Got Mail Nora Ephron 1998
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
DVD Borrow National Lampoon's An John Landis 1978
*** Customer ID = 8888 Pig Porky
DVD Borrow Annie Hall Woody Allen 1977
DVD Borrow When Harry Met Sally Rob Reiner 1989
DVD Borrow Silence of the Lambs Jonathan Demme 1991
DVD Borrow Dogfight Nancy Savoca 1991
DVD Borrow Harold and Maude Hal Ashby 3 1971 Ruth Gordon
[parksae@uw1-320-25 ~]$ exit
Script done on Wed 10 Mar 2010 06:27:00 PM PST