home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13110 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.3 KB

  1. Path: sparky!uunet!snorkelwacker.mit.edu!ai-lab!life.ai.mit.edu!tmb
  2. From: tmb@arolla.idiap.ch (Thomas M. Breuel)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: How to hack c++ into doing late binding ?
  5. Message-ID: <TMB.92Aug31191017@arolla.idiap.ch>
  6. Date: 31 Aug 92 23:10:17 GMT
  7. References: <2A827DFD.6D68@tct.com> <1992Aug10.191631.4133@microsoft.com>
  8.     <1992Aug11.000613.6607@leland.Stanford.EDU>
  9.     <1992Aug13.151003.15231@ucc.su.OZ.AU>
  10. Sender: news@ai.mit.edu
  11. Reply-To: tmb@idiap.ch
  12. Organization: IDIAP (Institut Dalle Molle d'Intelligence Artificielle
  13.     Perceptive)
  14. Lines: 18
  15. In-reply-to: maxtal@extro.ucc.su.OZ.AU's message of 13 Aug 92 15:10:03 GMT
  16.  
  17. In article <1992Aug13.151003.15231@ucc.su.OZ.AU> maxtal@extro.ucc.su.OZ.AU (John MAX Skaller) writes:
  18.  
  19.        C++ has no run-time system (except for new/delete).
  20.    Instead it relys on the operating system.
  21.    What you need to do 'dynamic linkage' is a decent operating system.
  22.    Windows and OS/2 do exactly what you want. I do it, it
  23.    works superbly. So your problem is that Unix is a brain dead
  24.    operating system :-) 
  25.  
  26. Actually, many versions of UNIX support dynamic linking, and there are
  27. even two libraries that are portable to multiple machines and versions
  28. of UNIX.
  29.  
  30. It's easy to claim to "standardize" lots of features (Windows, OS/2)
  31. if you only have one system running on only one hardware platform...
  32.  
  33.                     Thomas.
  34.  
  35.