Newsgroups: fj.lang.c
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!foretune!lkbreth!merope!void
From: void@merope.pleiades.or.jp (Kusakabe Youichi)
Subject: Re: VERY simple array pointer initialization problem
Message-ID: <1994Sep27.173211.16458@merope.pleiades.or.jp>
Organization: Macintosh User Group PLEIADES
X-Newsreader: TIN [version 1.2 PL0]
References: <1994Sep27.123453.14739@kki.esi.yamanashi.ac.jp>
Date: Tue, 27 Sep 1994 17:32:11 GMT
Lines: 24
Xref: galaxy.trc.rwcp.or.jp fj.lang.c:1575
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.lang.c&nb=1575&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

Jacobs Shannon (shanen@kki.esi.yamanashi.ac.jp) wrote:
: $BBt;3$NJQ2=$b;n$7$^$7$?!#KM$OLUL\$G$9$M!#(B

int a[10];
int *b[10];

b = &a;
$B$G$bF1$8$3$H$G$7$g$&!#$"$-$i$+$K@5$7$/$J$$!#(B
$B$^$?!"$I$&$$$&$3$H$r$d$j$?$$$N$+$,$O$C$-$j$7$F$$$J$$!#(B
b$B$r(Ba$B$N(Balias$B$H$7$?$$$N$+!"$=$l$H$bJL$NNN0h$H$7$?$^$^;H$$!"(Ba$B$NMWAG$H(B
$BF1$8FbMF$K(Bb$B$NMWAG$r$7$?$$$N$+!#(B

$B$5$F!"(B
int a;
int *b;

b = &a;
$B$O@5$7$$(BC$B$N%W%m%0%i%`$N0lIt$G$9!#(B
$B$3$l$H$N:9$rJY6/$7$^$7$g$&!#(B

  $B%X(B_$B%X(B   ----------------------------
$B%_!&!&(B $B%_(B  void@merope.pleiades.or.jp
 (     )$B!A(B          $B$/$5$+$Y$h$&$$$A(B
--------------------------------------
