home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4392 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  938 b 

  1. Path: sparky!uunet!news.univie.ac.at!blekul11!fhcaa79
  2. Organization: K.U.Leuven - Academic Computing Center
  3. Date: Monday, 21 Dec 1992 15:16:25 +01
  4. From: Van Houtte Guy <FHCAA79@cc1.kuleuven.ac.be>
  5. Message-ID: <92356.151625FHCAA79@cc1.kuleuven.ac.be>
  6. Newsgroups: comp.os.ms-windows.programmer.misc
  7. Subject:    borland object new override???
  8. Lines: 12
  9.  
  10. In the borland c++ 3.0 classlib documentation, it says that the "new"
  11. operator is overridden for the (virtual base ) class Object. However
  12. in the source code, I don't find this. Is it implemented ? maybe
  13. somewhere else ? The reason is that I need to allocate a lot of
  14. objects in an MS-Windows program and need to know if I am going to
  15. run out of handles. I tried allocating 10,000 associations and it
  16. seemed to work but allocating 100,000 did not. Does anyone know what is
  17. going on ?
  18.  
  19. Please reply to this forum or by E-mail to
  20. fhcaa79@cc1.kuleuven.ac.be
  21. or to fhcaa81@cc1.kuleuven.ac.be
  22.