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: MSC++ v7 bug? <new> constructor not found!
- Keywords: Microsoft C++ new error bug
- Message-ID: <1992Jul21.132931.8728@ohm.york.ac.uk>
- Date: 21 Jul 92 13:29:31 GMT
- Organization: Electronics Department, University of York, UK
- Lines: 34
-
-
-
- Hello All,
- 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?
-
-
-
- #include "iostream.h"
-
-
-
- main()
- {
- int *Temp=new int [1000];
-
- delete [] Temp;
- return(0);
- }
-
-
-
- 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
-