From: "Brett Kugler" Newsgroups: comp.os.msdos.djgpp Subject: Re: Dynamic Arrays and C++ Date: 26 Jun 1998 16:01:12 GMT Organization: Airnews! at Internet America Lines: 13 Message-ID: References: <6mv6ki$gc0 AT news-central DOT tiac DOT net> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: librarytest.airnews.net NNTP-Posting-Time: Fri Jun 26 11:01:12 1998 NNTP-Posting-Host: PQbr<+EoLn1GL[@+ wrote in article <6mv6ki$gc0 AT news-central DOT tiac DOT net>... > =============== > I would really be surprised in D&D have any reference that you can > cite for your assertion. Your compiler is telling you that your types > don't match. They don't. > ================ page 415 of How to Program C++ by H.M. Deitel/P.J. Deitel printed 1994 int *chessBoardPtr = new int[8][8];