home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20532 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  871 b 

  1. Path: sparky!uunet!caen!uflorida!novavax!ray
  2. From: ray@novavax.UUCP (Ray Wagner)
  3. Newsgroups: comp.os.vms
  4. Subject: Re^2: VAX c
  5. Message-ID: <4368@novavax.UUCP>
  6. Date: 7 Jan 93 21:10:01 GMT
  7. References: <9212282111.AA11260@uu3.psi.com> <1hs23kINNnqs@gap.caltech.edu> <4JAN199309361642@jhuvms.hcf.jhu.edu>
  8. Organization: Nova University, Fort Lauderdale, FL
  9. Lines: 10
  10.  
  11.  
  12. I know your joking, but anyway. you should understand that C is not
  13. a unix language. C on VMS does not use unix routines or emulation or
  14. any of that. C is a structured and modular language that can access
  15. any of the vms system calls. Posix allows portability because you can
  16. use the same call on any system. The posix calls on VMS most likely
  17. will map in the compiler to normal vms system calls. Unless you are
  18. writing indexed file record oriented stuff (COBOL) you should really
  19. consider learning VAXC.
  20. Ray
  21.