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