home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!destroyer!sol.ctr.columbia.edu!ira.uka.de!datmuc!vincent
- From: vincent@datmuc.UUCP (vincent)
- Newsgroups: comp.lang.c++
- Subject: Re: Criticisms wanted
- Message-ID: <1342@datmuc.UUCP>
- Date: 6 Nov 92 17:06:28 GMT
- References: <1d87ooINN10l@bHARs12c.bnr.co.uk> <DECHC00.92Nov6072628@tohi.DMI.USherb.Ca>
- Followup-To: poster
- Organization: DAT
- Lines: 25
-
- Je suit cent pour cent d'accord avec toi.
-
- Consider that:
-
- main.cpp
-
- void main ()
- {
- char _far *string = "Hello world!\n$";
- int offset_of_string = (int) ((long) string & 0x0000ffffL);
-
- _asm {
- mov ah, 0x09
- mox dx, offset_of_string
- int 21 ;go for it dos
- }
- }
-
- Hhhaaa life is a beach!
-
- Well you all have a good weekend now, you hear.
-
- ciao vincent@datmuc.dat.de
-
-
-