home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 18202 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!munnari.oz.au!metro!extro.ucc.su.OZ.AU!maxtal
  3. From: maxtal@extro.ucc.su.OZ.AU (John MAX Skaller)
  4. Subject: Re: Death of Borland C++ Compiler
  5. Message-ID: <1992Dec18.184350.12877@ucc.su.OZ.AU>
  6. Sender: news@ucc.su.OZ.AU
  7. Nntp-Posting-Host: extro.ucc.su.oz.au
  8. Organization: MAXTAL P/L C/- University Computing Centre, Sydney
  9. References: <chaolin.88@fcit-m1.fcit.monash.edu.au>
  10. Date: Fri, 18 Dec 1992 18:43:50 GMT
  11. Lines: 29
  12.  
  13. In article <chaolin.88@fcit-m1.fcit.monash.edu.au> chaolin@fcit-m1.fcit.monash.edu.au (CHAOLIN CHANG) writes:
  14. >
  15. >I was a loyal Borland C++ compiler user.  I love the IDE environment 
  16. >(though I only use it for creating the project file) and various tools 
  17. >bundled.  But as my programs are becoming complex (using pointer, pointer 
  18. >to pointer, pointer to pointer to pointer and farmalloc extensively), 
  19. >Borland compiler begins to fall over.  One of my colleagues is also 
  20. >suffering for the same experience when he tried to push the Borland compiler 
  21. >to its limits.
  22. >
  23.     PLEASE dont post this kind of thing without saying exactly
  24. what version of the compiler you are using. Also, what compiler
  25. switches? How big is your stack? How much data do you put on
  26. the stack and in the data segment?
  27.  
  28.     I am using 3.1 and have no such problems. And I have
  29. lots of a->b->c->d[i].f().g() type code :-( [I wont when
  30. I finish packaging it properly] :-)
  31.  
  32.     Why are you using 'farmalloc'? Do you have any reason not
  33. to use the large model exclusively? Apart from anything else, this
  34. model generally allows portable code to be written while lower
  35. models do not. In the large model, 'malloc' IS 'farmalloc'.
  36.  
  37. -- 
  38. ;----------------------------------------------------------------------
  39.         JOHN (MAX) SKALLER,         maxtal@extro.ucc.su.oz.au
  40.     Maxtal Pty Ltd, 6 MacKay St ASHFIELD, NSW 2131, AUSTRALIA
  41. ;--------------- SCIENTIFIC AND ENGINEERING SOFTWARE ------------------
  42.