Newsgroups: fj.jokes
Path: galaxy.trc.rwcp.or.jp!sparky!uunet!ccut!wnoc-tyo-news!cs.titech!jaist-news!hokimoto
From: hokimoto@jaist-east.ac.jp (Akihiro Hokimoto)
Subject: Re: Mohta san's moderated controls are wrong?
In-Reply-To: takeuchi@mech.osaka-u.ac.jp's message of 21 Sep 92 14: 01:05 GMT
Message-ID: <HOKIMOTO.92Sep22164950@is17e0s09.jaist-east.ac.jp>
Lines: 25
Sender: news@jaist-east.ac.jp
Nntp-Posting-Host: is17e0s09
Organization: Japan Advanced Institute of Science and Technology Hokuriku,
	Ishikawa, Japan
References: <3766@hayate.chuo-computer.co.jp>
	<1992Sep16.143241.7132@cau1.crc.canon.co.jp>
	<273@mech-srv.ccm.osaka-u.ac.jp>
Distribution: fj
Date: Tue, 22 Sep 1992 07:49:50 GMT
Xref: galaxy.trc.rwcp.or.jp fj.jokes:12699
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.jokes&nb=12699&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$O$8$a$F$N#C!\!\(B


#include <iostream.h>

class mohta
{
  private:
    Stat _stat;
    ...

  public:
    mohta(); 
    void ha(char* news) 
    { ... cout << ">" << news << "\n$B$O!)(B\n"; ...
    }
    void baka(char* news) 
    { ... cout << ">" << news << "\n$BGO</!*(B\n"; ...
    }
    ...
};
...

--
$B$[$C$-!<!w<!$O(B Eiffel $B$+$J(B
