Apologies for using the wrong mailing list. Thanks for your time!
Ioannis
On 18 September 2007 14:59, Ioannis Gyftos wrote:
> Hello,
>
> I assume that this is the correct mailing list to ask this, as opposed
> to a Cpp list, since it appears to me that this is compiler-related.
But this isn't a mailing list for general how-to-use-the compiler questions,
this is a ma
Hello,
I assume that this is the correct mailing list to ask this, as opposed
to a Cpp list, since it appears to me that this is compiler-related.
1)
class foo
{
int priv;
public:
void bar();
};
Supposing i am writing the definition of foo::bar, and i want to change
the private