On 07 Apr 2007 06:03:30 -0700, Knowledge Seeker
<[EMAIL PROTECTED]> wrote:

> hmmm...
> you want me do something like the following:
>
> class MyChar
> {
>     private:
>              char m_SomeChar;
>     public:
>             //All the possible character manipulation functions
> };
>
>
>
> class MyClass : public MyChar
> {
> };


Yes, that's what I meant... but the next question is... why do you
need to do this (as opposed to just creating a class with the char as
a member)?

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to