Brett !
Us guys, always suggest "Do the homework yourself". So I was trying to
do mine :)
I was given a tricky question, and I was attempting for it, as
consequence I landed on the following.
Anyways, I am still thinking on it.
I will post the question if I am unable to solve it ;)
Brett W. McCoy wrote:
> 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
>
>