Newsgroups: fj.lang.c
Path: galaxy.trc.rwcp.or.jp!mex1!jaist-news!hokimoto
From: hokimoto@jaist-east.ac.jp (Akihiro Hokimoto)
Subject: Re: [book] on C++ without supposing C
In-Reply-To: n201201@ue.ipc.hiroshima-u.ac.jp's message of Sat, 14 Nov 1992 02: 58:38 GMT
Message-ID: <HOKIMOTO.92Nov13201111@is17e0s09.jaist-east.ac.jp>
Lines: 30
Sender: news@jaist-east.ac.jp
Nntp-Posting-Host: is17e0s09
Organization: Japan Advanced Institute of Science and Technology Hokuriku,
	Ishikawa, Japan
References: <1992Nov13.050238.13665@iris.is.tsukuba.ac.jp>
	<N201201.92Nov13175838@hws.ipc.hiroshima-u.ac.jp>
Date: Fri, 13 Nov 1992 11:11:11 GMT
Xref: galaxy.trc.rwcp.or.jp fj.lang.c:1362
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.lang.c&nb=1362&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.

$B$[$-$b$H!wKLN&@hC<2J5;Bg(B
  
$B$;$D$a$$$9$k$N$,$?$$$X$s$J$N$G$O$d$/$f$&$a$$$J(B
$B$,$C$3$&$K$7$?$$$b$N$@!D(B

$B$H;W$$$D$D(B $B%A%c%A%c$G$9!#(B

In article <N201201.92Nov13175838@hws.ipc.hiroshima-u.ac.jp> n201201@ue.ipc.hiroshima-u.ac.jp (n201201) writes:

>>  $B$b$7$=$&$$$&K\$,$"$k$H$9$l$P!":G=i$NNcBj$O$-$C$H(B
>>
>>main() {
>>     cout << "Hello C++ world\n"
>>}

$B:G=i$NNcBj$G$O$"$j$^$;$s$,!D(B

THE C++ PROGRAMMING LANGUAGE second edition $B$G$O!"(B

#include <iostream.h>

int main()
{
    cout << "Hello, World!\n";
}

$B$G$7$?!#(B

$B$"$C!*!*(B \ $B$,!D(B
--
