home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11398 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.2 KB  |  55 lines

  1. Path: sparky!uunet!mcsun!uknet!yorkohm!jkn
  2. From: jkn@ohm.york.ac.uk (John Nicoll)
  3. Newsgroups: comp.lang.c++
  4. Subject: MSCv7 bug?: <new> constructor (still) not found!
  5. Message-ID: <1992Jul23.053134.1197@ohm.york.ac.uk>
  6. Date: 23 Jul 92 05:31:34 GMT
  7. Organization: Electronics Department, University of York, UK
  8. Lines: 45
  9.  
  10. From comp.lang.c++ Thu Jul 23 06:27:25 1992
  11. Newsgroups: comp.lang.c++
  12. Path: yorkohm!jkn
  13. From: jkn@ohm.york.ac.uk (John Nicoll)
  14. Subject: MSC++ v7 bug? <new> constructor not found!
  15. Message-ID: <1992Jul21.132931.8728@ohm.york.ac.uk>
  16. Keywords: Microsoft C++ new error bug
  17. Organization: Electronics Department, University of York, UK
  18. Date: Tue, 21 Jul 92 13:29:31 GMT
  19. Lines: 34
  20.  
  21.  
  22.  
  23. Hello All (trying again 'cos my original post was a mess)
  24.     any ideas why the following compiles fine
  25. under MSC++ v7 with the S,M,C & L models, but gives
  26.  
  27. Error C2559: new: no match for specified operator?
  28.  
  29. in the Huge model?
  30.  
  31. ----- cut here --------
  32. #include "iostream.h"
  33. main()
  34.     {
  35.     int *Temp=new int [1000];
  36.     
  37.     delete [] Temp;
  38.     return(0);
  39.     }
  40. ----cut here--------
  41.  
  42.  
  43. email replies preferred. Thank you
  44.     
  45.  
  46.     john N
  47.  
  48.  
  49.  
  50. -- 
  51. john nicoll (jkn@ohm.york.ac.uk)
  52. Department of Electronics  University of York
  53. Heslington   YORK YO1 5DD U.K
  54. Tel +44 (904) 432381   Fax +44 (904) 432335
  55.