Newsgroups: fj.lang.c
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!wnoc-sfc-news!wnoc-kyo-news!kuis-news!news.cs.ritsumei.ac.jp!igakukei!ume!hagi!bach.ulis.ac.jp!docile
From: docile@ulis.ac.jp (yasushi -FEEL Mie- ikeda)
Subject: Re: [Q] Mojiretsu & pointer!!
Message-ID: <DzGtCq.KAK@ulis.ac.jp>
Sender: news@ulis.ac.jp (bach Usenet News System)
Nntp-Posting-Host: uranus
Organization: Univ. of Lib. & Info. Sci., Tsukuba, Japan
References: <DzBpro.BuH@ulis.ac.jp> <1996Oct16.104002.3450@merope.opus.or.jp>
Date: Fri, 18 Oct 1996 09:36:26 GMT
Lines: 34
Xref: galaxy.trc.rwcp.or.jp fj.lang.c:3000
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.lang.c&nb=3000&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.

$BCSED!w$f$&$j$9!"$G$9!#(B

Newsgroup is fj.lang.c, about [Q] Mojiretsu & pointer!!.
In article <1996Oct16.104002.3450@merope.opus.or.jp>,
void@merope.opus.or.jp (Kusakabe Youichi) said:
>yasushi -FEEL Mie- ikeda (docile@ulis.ac.jp) wrote:
>: $B$H$3$m$G!"G[Ns$H$$$($P(B
>: int c;
>
>: c = "string"[3];
>: printf ("%c\n", c);
>: $B$3$s$J$3$H$b$G$-$^$9$M(B (^^;
>
>$B$8$c$"(B
>"string"[3] = 'o';
>$B$O$J$<$G$-$J$$$s$G$9$+(B ;-)

$B$A$J$_$K!"(BSolaris2.4 $B>e$G;n$7$?$H$3$m(B
-
#include <stdio.h>
main() {
"string"[3] = 'o';
}
-
$B$O%(%i!<$,=P$^$;$s!#$G$bEvA3$J$,$i$3$l$G$O(B
$B7k2L$r3NG'$9$k$3$H$,$G$-$^$;$s!#(B
$B$G$-$?$+$I$&$+D4$Y$kJ}K!$r65$($F2<$5$$(B :-)


-- 
$BJ8@U!'CSED!w?^=q4[>pJsBg3X(B(docile@ulis.ac.jp)
#$B!VBjL>$rFI$^$J$$$H<ALdFbMF$N$o$+$i$J$$5-;v$r=q$/$N$O$d$a$h$&!W1?F0$r(B
# $B$R$=$+$K<B;\Cf(B 

