home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12374 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.9 KB  |  43 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!decwrl!csus.edu!netcom.com!netcomsv!proto!joe
  3. From: joe@proto.com (Joe Huffman)
  4. Subject: Re: Dumb questions about Borland C++
  5. Organization: Prototronics @ Sandpoint, Idaho
  6. Date: Sat, 15 Aug 1992 07:10:46 GMT
  7. Message-ID: <1992Aug15.071046.9857@proto.com>
  8. References: <q!3m8wf.sjk@netcom.com> <1992Aug13.152405.16170@ucc.su.OZ.AU> <593@lax.lax.pe-nelson.com>
  9. Lines: 32
  10.  
  11. twbrown@PE-Nelson.COM (Tom W. Brown) writes:
  12.  
  13. >In article <1992Aug13.152405.16170@ucc.su.OZ.AU>, maxtal@extro.ucc.su.OZ.AU (John MAX Skaller) writes:
  14. >|> In article <q!3m8wf.sjk@netcom.com> sjk@netcom.com (Shel Kaphan) writes:
  15. >|> >I've been trying to port some programs written for a Unix C compiler
  16. >|> >to Borland C/C++, and have a few questions:
  17. >|> >[...stuff deleted...]
  18. >|> >- Is there no memory model on the PC in which the stack can occupy
  19. >|> >more than 64K bytes?  (more wishful thinking, I know ... don't flame me.) 
  20. >|> >Don't ask why I care.
  21. >|> 
  22. >|>     No. Its only a 16 bit machine. And the 386 still
  23. >|> runs 16 bit operating systems.
  24.  
  25. >Wait for NT and then wait for Borland to release their compiler support for
  26. >it (better get a deck of cards or something while you're waiting :-)
  27.  
  28. Borland has announced the will support OS/2 2.0, which is a 32-bit system,
  29. later this year.  That will almost certainly come out before the NT support.
  30.  
  31. If you want 32-bit DOS support, buy any one of the 32-bit DOS compilers
  32. and their companion DOS extenders on the market.  For C++ there is
  33. Metaware and Zortech.  For C you have the added choice of Watcom.  These
  34. compilers will allow you to produce a 32-bit executable, complete with
  35. virtual memory transparent to the progammer, and run it under 16-bit
  36. DOS on '386 and above machines.  It's quite a thrill to be able to request
  37. a memory allocation of 10 Mbytes under DOS and have it come back 
  38. successful.  Your stack can could just as easily be quite large also...
  39.  
  40. -- 
  41. netcom!proto!joe
  42. joe@proto.com
  43.