Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2004 15:58:42 +0400
From:      Sergey Zaharchenko <doublef@tele-kom.ru>
To:        Rahul Siddharthan <rsidd@online.fr>
Cc:        chat@freebsd.org
Subject:   Re: Beginning C++ in FreeBSD
Message-ID:  <20040426115842.GA4144@Shark.localdomain>
In-Reply-To: <20040426094335.GA7578@online.fr>
References:  <20040425215837.3f4708fe.cpressey@catseye.mine.nu> <20040426094335.GA7578@online.fr>

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

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

On Mon, Apr 26, 2004 at 05:43:35AM -0400,
 Rahul Siddharthan probably wrote:
> Chris Pressey wrote:
> >=20
> > A single Greek word for which there isn't an equivalent English word,
> > phrase, sentence, paragraph, essay, book, or library would be enough
> > though.
>=20
> Which has very little relevance to programming languages.  Anything
> that can be done in one Turing-complete language can be done in
> another Turing-complete language.  The trade-off is in development
> time ("expressiveness") and running time.
>=20

// Turing strikes again:)
// Ok. Write this (to be compiled as a shared object) in portable C:

#include <iostream>

class A
{
public:
	A();
};

A::A()
{
	cout<<"This shared library was loaded!"<<endl;
}

static A a;

--=20
DoubleF
Adolescence, n.:
	The stage between puberty and adultery.

--rwEMma7ioTxnRzrJ
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFAjPlxwo7hT/9lVdwRAjs2AJwOkKvstg6XRAFL9wexkKmHmUY7cACfUgym
HLlYpJlJnaXWkTWJflT/ZLg=
=m67d
-----END PGP SIGNATURE-----

--rwEMma7ioTxnRzrJ--



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