Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2004 07:06:36 +0400
From:      DoubleF <doublef@tele-kom.ru>
To:        Brad Knowles <brad.knowles@skynet.be>
Cc:        freebsd-chat@freebsd.org
Subject:   Re: Beginning C++ in FreeBSD
Message-ID:  <20040422030636.GA444@Shark.localdomain>
In-Reply-To: <p06002033bcac8db7ca76@[10.0.1.5]>
References:  <200404202124.50967.dgw@liwest.at> <FGEIJLCPFDNMGDOKNBABCEAICKAA.flowers@users.sourceforge.net> <20040421110548.20d8e75c.cpressey@catseye.mine.nu> <6.0.1.1.1.20040421191223.03ed1a88@imap.sfu.ca> <p06002031bcac75b028c1@[10.0.1.5]> <20040421124817.5811bddb.cpressey@catseye.mine.nu> <p06002033bcac8db7ca76@[10.0.1.5]>

next in thread | previous in thread | raw e-mail | index | archive | help

--1yeeQ81UyVL57Vl7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Apr 21, 2004 at 10:45:59PM +0200,
 Brad Knowles probably wrote:
> At 12:48 PM -0700 2004/04/21, Chris Pressey wrote:
>=20
> 	The word virgin is distinct from chaste in English, and I'm sure=20
> that Aramaic can distinguish between them as well.  The issue is not=20
> whether they could distinguish between them two thousand years ago,=20
> but what has happened since.
>=20

Well, it's getting about too offtopic then... If you think C++ can be
translated to C, just translate this:

// one module

class	A
{
public:
	A();
};

A::A()
{
	/* some code here */
}

static A a;

// another module, which doesn't know about the former's existance

int
main(void)
{
	/* some other code here */
}

--=20
DoubleF
Our policy is, when in doubt, do the right thing.
		-- Roy L. Ash, ex-president Litton Industries

--1yeeQ81UyVL57Vl7
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAhza7wo7hT/9lVdwRAnSlAJ46Eth41rwcAkBw2b9RzHHDmr+M1QCfTCMY
XJDwchYUolVJMKqftVxidI0=
=v/LP
-----END PGP SIGNATURE-----

--1yeeQ81UyVL57Vl7--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040422030636.GA444>