From: Mail Delivery System <Mailer-Daemon@ptb-relay02.plus.net>
To:
michael@beaverbell.co.uk
Subject: Mail delivery failure: returning message to sender
Date: Wed, 31 Oct 2007 19:39:57 +0000
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es)
failed:
jshiva@bigfoot.com
SMTP error from remote mailer after RCPT TO:<jshiva@bigfoot.com>:
host mail-kr.bigfoot.com [211.115.216.222]: 550 This account is
not allowed...jshiva@bigfoot.com
------ This is a copy of the message, including all the headers.
------
Return-path: <michael@beaverbell.co.uk>
Received: from [87.115.7.100] (helo=bear.michael.beaverbell.co.uk)
by ptb-relay02.plus.net with esmtp (Exim) id
1InJPv-0001mR-Pl
for
jshiva@bigfoot.com; Wed, 31 Oct 2007 19:39:56 +0000
Subject: Re: ===Welcome to comp.lang.c++! Read this first.
To:
jshiva@bigfoot.com
From: Michael Bell <michael@beaverbell.co.uk>
X-Editor: EmailEdit 1.42
Date: Wed, 31 Oct 2007 19:40:03 GMT
Message-ID: <94998e3a4f.michaelbell@michael.beaverbell.co.uk >
References: <ffjsoe$d2c$1@news.datemas.de>
In-Reply-To: <ffjsoe$d2c$1@news.datemas.de>
X-Organization: Home
User-Agent: Messenger-Pro/5.04 (MsgServe/3.35) (RISC-OS/4.02)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
In message <ffjsoe$d2c$1@news.datemas.deyou wrote:
Quote:
Welcome to comp.lang.c++! Read this first.
[snip]
Quote:
Borland C++ Builder
-------------------
borland.public.cppbuilder.language Borland C++ Builder
borland.public.cpp.language
Quote:
Tue Oct 23 00:19:06 EDT 2007
This has been bounced - "It doesn't exist" - but it was on my ISP's
list of availables.
I think I will use comp.lang.c++ a lot!
Michael Bell
.......................
To: postmaster
Subject: Failed news posting <NewsHound$NewsDir>.badmarker.f998a3a4f
From:
root@michael.beaverbell.co.uk (NewsHound Transport)
Message-ID: <20071031.192930.79@michael.beaverbell.co.uk>
Date: Wed, 31 Oct 2007 19:29:30 GMT
The following article was found in the directory of unsuccessful news
postings.
-------------------------------------------------------------------------------
Subject: What kinds of names can be used?
Newsgroups: borland.public.cpp.language
From: Michael Bell <michael@beaverbell.co.uk>
X-Editor: EmailEdit 1.42
Path: michael.beaverbell.co.uk%michaelbell
Date: Wed, 31 Oct 2007 18:50:13 GMT
Message-ID: <cc098a3a4f.michaelbell@michael.beaverbell.co.uk >
Organization: Home
Lines: 31
User-Agent: Messenger-Pro/5.04 (MsgServe/3.35) (RISC-OS/4.02)
I am learning C++ and I have just got onto classes.
I use Borland Builder 5
I was under the impression that you could give your variables any name
you liked, eg :-
NumbaOne
FatHarry
PagePeg
-: but I was astonished to discover, by trial and error, that if
you create a class like this :-
class ShipType
{
protected:
DeckType MethodName(void);
..
..
etc
then the ending "-Type" was compulsory, if you don't use the ending
-"Type", then it won't compile.
Is this really correct?
What other rules must you comply with?
Michael Bell
--