home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!yorkohm!jkn
- From: jkn@ohm.york.ac.uk (John Nicoll)
- Newsgroups: comp.lang.c++
- Subject: MSCv7 bug?: <new> constructor (still) not found!
- Message-ID: <1992Jul23.053134.1197@ohm.york.ac.uk>
- Date: 23 Jul 92 05:31:34 GMT
- Organization: Electronics Department, University of York, UK
- Lines: 45
-
- From comp.lang.c++ Thu Jul 23 06:27:25 1992
- Newsgroups: comp.lang.c++
- Path: yorkohm!jkn
- From: jkn@ohm.york.ac.uk (John Nicoll)
- Subject: MSC++ v7 bug? <new> constructor not found!
- Message-ID: <1992Jul21.132931.8728@ohm.york.ac.uk>
- Keywords: Microsoft C++ new error bug
- Organization: Electronics Department, University of York, UK
- Date: Tue, 21 Jul 92 13:29:31 GMT
- Lines: 34
-
-
-
- Hello All (trying again 'cos my original post was a mess)
- any ideas why the following compiles fine
- under MSC++ v7 with the S,M,C & L models, but gives
-
- Error C2559: new: no match for specified operator?
-
- in the Huge model?
-
- ----- cut here --------
- #include "iostream.h"
- main()
- {
- int *Temp=new int [1000];
-
- delete [] Temp;
- return(0);
- }
- ----cut here--------
-
-
- email replies preferred. Thank you
-
-
- john N
-
-
-
- --
- john nicoll (jkn@ohm.york.ac.uk)
- Department of Electronics University of York
- Heslington YORK YO1 5DD U.K
- Tel +44 (904) 432381 Fax +44 (904) 432335
-