home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4271 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  896 b 

  1. Path: sparky!uunet!mcsun!ub4b!news.cs.kuleuven.ac.be!blekul11!fhcaa79
  2. Organization: K.U.Leuven - Academic Computing Center
  3. Date: Wednesday, 16 Dec 1992 09:23:44 +01
  4. From: Van Houtte Guy <FHCAA79@cc1.kuleuven.ac.be>
  5. Message-ID: <92351.092344FHCAA79@cc1.kuleuven.ac.be>
  6. Newsgroups: comp.os.ms-windows.programmer.misc
  7. Subject:    classobject in BC++
  8. Lines: 8
  9.  
  10. In the documentation for the Borland 3.0 class libraries, it says that the
  11. the new-operator is overridden for the base class Object. However, I find
  12. no sign of this in either the Object.cpp file or the Object.h file ...
  13. what is going on ? I wish to know because of the limitation in Windows
  14. of the number of handles to dynamically allocated objects. I tried
  15. allocating 10,000 associations and did not crash windows so I thought
  16. the operator must be overridden but when I tried to allocate 100,000
  17. I locked the system so now I am not sure.
  18.