home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / misc / 37039 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.7 KB  |  51 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!wupost!cs.utexas.edu!bcm!rice!ruf.rice.edu!amitp
  3. From: amitp@ruf.rice.edu (Amit J Patel)
  4. Subject: Re: BC++ for OS/2
  5. Message-ID: <BxyvCK.E8B@rice.edu>
  6. Sender: news@rice.edu (News)
  7. Reply-To: amitp@owlnet.rice.edu
  8. Organization: Rice University
  9. References: <1992Nov18.191828.21649@rose.com> <NmJguB1w165w@tcscs.UUCP>
  10. Date: Thu, 19 Nov 1992 14:09:55 GMT
  11. Lines: 38
  12.  
  13. In article <NmJguB1w165w@tcscs.UUCP>, tcscs!zeta@src.honeywell.com (Gregory Youngblood) writes:
  14. |> From what I understand the current DOS version eats 53 to 58 megs with full
  15. |> install.  Whats another 40. :)
  16. |> 
  17. |> Seriously though, what does the current DOS BORLAND (not turbo) c++ take up?
  18. |> Does it really eat up 50+ megs?  What makes it worth that?
  19. |> 
  20.  
  21. Are you talking DOS only or DOS+Windows?  With DOS only, if you don't
  22. need ALL the memory models, and you don't need ALL the example code,
  23. it fits into 16 megs.
  24.  
  25. These are my estimates:
  26.  
  27.     BC.EXE (IDE)    2 megs
  28.     help file    5 megs
  29.     BCC.EXE (cmdln)    1 meg
  30.  
  31.     libraries    0.5 megs [I use only 2 memory models]
  32.     headers        <1 meg
  33.     various utils    <1 meg
  34.     turbo debugger    2 megs
  35.     turbo profiler    2 megs
  36.     turbo asm    1 meg
  37.     class libraries    ??
  38.  
  39. If you don't need turbo assembler/profiler, delete it!  I've deleted
  40. things like remote debugging/profiling capabilities, windows
  41. compiler/help/library/include files, example code, graphics library,
  42. extra memory models, utilties like grep/unzip/touch that I have from
  43. other places, help file for tasm (which requires thelp, which I also
  44. deleted), and other junk.  [I used to have both Borland C++ 2.0 _and_
  45. Borland C++ 3.0 (and MS-Word, DOS, and Turbo Pascal) on my 40 meg
  46. drive, so I had lots of deleting to do]
  47.  
  48.  
  49.  
  50.                 Amit
  51.