home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11323 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.1 KB  |  37 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!gatech!utkcs2!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!laphroaig!cflatter
  3. From: cflatter@nrao.edu (Chris Flatters)
  4. Subject: Re: C++ and RPC's
  5. Message-ID: <1992Jul22.145942.27067@nrao.edu>
  6. Sender: news@nrao.edu
  7. Reply-To: cflatter@nrao.edu
  8. Organization: NRAO
  9. References: <1992Jul21.222527.11881@aostra.uucp>
  10. Date: Wed, 22 Jul 1992 14:59:42 GMT
  11. Lines: 24
  12.  
  13. In article 11881@aostra.uucp, kreiser@aostra.uucp (Barry Kreiser) writes:
  14. >
  15. >Q1 - Does anyone know of C++ libraries for RPC's.  
  16.  
  17. I think that there are some C++ wrappers around the C interface.
  18.  
  19. >Q2 - Does it come with SOLARIS 2.0? 
  20.  
  21. Solaris 2 will certainly have the RPC libraries.  I imagine that they will
  22. be TI-RPC rather than the sockets-based version used in Sun OS 4.x.  There
  23. are minor differences between the two.
  24.  
  25. >Q3 - Is there a RPCGEN++ program anywhere?
  26.  
  27. The version of rpcgen(1) that ships with Sun C++ 2.1 takes a -C flag that
  28. causes it to generate C++ code.  I think that this version might also ship
  29. with the unbundled C compiler.  I assume that this is also in the SPARCworks 2
  30. environment for Solaris 2.0.
  31.  
  32.     Chris Flatters
  33.     cflatter@nrao.edu
  34.  
  35.  
  36.  
  37.