home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!wtrlnd!contrast!postmaster
- From: berend@contrast.wlink.nl (Berend de Boer)
- Newsgroups: comp.lang.pascal
- Subject: Interesting design/implementation dilemma
- Message-ID: <722335290.F00001@contrast.wlink.nl>
- Date: Fri, 20 Nov 1992 22:49:54
- Sender: postmaster@contrast.wlink.nl
- Lines: 22
-
- >In Turbo Pascal:
- >1) Printer^.PrintJob(Job); or
- >2) Job^.Print(Printer);
-
- MS> What about conventional procedural style:
- MS> 3) Print (printer, job); ?
-
- Thanks for your suggestion Markku. I hadn't thought about that solution.
- Indeed, that would work well.
- You point out correctly that Turbo Pascal needs some import mechanism like
- Modula-2, but all that typing of imports is very tedious. Maybe it should be
- optional?
-
-
- Greetings,
-
- Berend. (-:
- fido: 2:281/527.23
- email: berend@contrast.wlink.nl
-
-
-
-