Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000312155231.32825.qmail@hotmail.com> X-Originating-IP: [147.8.180.8] From: "swe sd" To: jay DOT krell AT cornell DOT edu Cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: problem in C++ pointer Date: Sun, 12 Mar 2000 15:52:31 GMT Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_70eeadd3_27587b9c$33efc487" ------=_NextPart_000_70eeadd3_27587b9c$33efc487 Content-Type: text/plain; format=flowed First of all, thanks for you kindy answer ... I have the last question. I rewrite the program as follow: line 1: #include line 2: void main() line 3: { const int size=10; line 4: int A[size]; line 5: int *X=NULL, i; line 6: for (i=0;i