home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 15871 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  739 b 

  1. Path: sparky!uunet!destroyer!sol.ctr.columbia.edu!ira.uka.de!datmuc!vincent
  2. From: vincent@datmuc.UUCP (vincent)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Criticisms wanted
  5. Message-ID: <1342@datmuc.UUCP>
  6. Date: 6 Nov 92 17:06:28 GMT
  7. References: <1d87ooINN10l@bHARs12c.bnr.co.uk> <DECHC00.92Nov6072628@tohi.DMI.USherb.Ca>
  8. Followup-To: poster
  9. Organization: DAT
  10. Lines: 25
  11.  
  12. Je suit cent pour cent d'accord avec toi.
  13.  
  14. Consider that:
  15.  
  16. main.cpp
  17.  
  18. void main ()
  19. {
  20.     char    _far    *string = "Hello world!\n$";
  21.     int        offset_of_string = (int) ((long) string & 0x0000ffffL);
  22.  
  23.     _asm {
  24.         mov ah, 0x09
  25.         mox dx, offset_of_string
  26.         int 21                ;go for it dos
  27.     }
  28. }
  29.  
  30. Hhhaaa life is a beach!
  31.  
  32. Well  you all have a good weekend now, you hear.
  33.  
  34. ciao vincent@datmuc.dat.de
  35.  
  36.  
  37.