home *** CD-ROM | disk | FTP | other *** search
-
- $ make
- cc -gg -c fruitMain.m
- cc -gg -c Fruit.m
- cc -gg -c Apple.m
- touch emptyfile
- cc -gg -o Fruit fruitMain.o Fruit.o Apple.o -lappkit_s
- -ldpsclient_s -lobjc_s -lstreams_s -ldb_s -lm -lc_s
-
- Fruit
- aFruit, address e010
- The diameter is 1 and color is green,
- aFruit, address e010
- The diameter is 2 and color is green.
- anApple, address e020
- The diameter is 3 and color is green,
- anApple, address e020
- The diameter is 7 and color is red.
- $
-