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: <20000311173128.94327.qmail@hotmail.com> X-Originating-IP: [147.8.180.8] From: "swe sd" To: cygwin AT sourceware DOT cygnus DOT com Subject: B20: problem in C++ pointer Date: Sat, 11 Mar 2000 17:31:28 GMT Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_8346496_3f81f766$14ca8657" ------=_NextPart_000_8346496_3f81f766$14ca8657 Content-Type: text/plain; format=flowed I compiled the following program (attachment test.cc): 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