home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13195 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.6 KB

  1. Path: sparky!uunet!bonnie.concordia.ca!clyde.concordia.ca!altitude!globule.cam.org!mirkwood.CAM.ORG!ariane!david
  2. From: david@ariane.uucp (David Lebel)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: fopen() or Open()
  5. Message-ID: <david.02tq@ariane.uucp>
  6. Date: 8 Sep 92 23:42:49 GMT
  7. References: <1992Sep6.110217.29976@samba.oit.unc.edu> <1992Sep7.175332.343@ugle.unit.no>
  8. Organization: SilverBox Development Group
  9. Lines: 20
  10. X-NewsSoftware: Amiga GRn 1.16c (6/22/92) by Mike Schwartz & Michael B. Smith
  11.  
  12. In article <1992Sep7.175332.343@ugle.unit.no> torhr@Lise.Unit.NO (Tor H. Ringstad) writes:
  13.  
  14. > >      Please humor me.  Why why should I use AmigaDOS Open() and Close()
  15. > >  rather than C's fopen() and fclose()?
  16. >
  17. >Because Open() and Close() is as good as fopen() and fclose(), but they use the
  18. >internal library-functions of the Amiga OS directly (almost). You will both save
  19. >time and space by using them.
  20.  
  21.    Also note that since V37, you can do buffered calls to dos in the same way
  22. as fputc(), fprintf(), etc in ANSI C.
  23.  
  24. --
  25. +------------------------------------------------------------------------------+
  26. |                   David Lebel      ///  Let me hear you                      |
  27. |   SilverBox Development Group     ///   Make decisions                       |
  28. | mirkwood.cam.org!ariane!david    ///    Without your television              |
  29. |          1:167/151.12@fidonet \\X//     Let me hear you speaking just for me |
  30. |     (514) 343-6532 ext. 44644  \X/               - Martin Gore, Depeche Mode |
  31. +------------------------------------------------------------------------------+
  32.