W
Wong
Hi,
I see some codings like this but I don't know C++. I would
appreciated if you can shed me a light. Just point me the term for me
to look for.
a_class & a_class:perator=( const a_class & an_argument )
{
/* Bla Bla Bla */
return *this;
}
So what is this in C++ ?
Thanks in advance.
I see some codings like this but I don't know C++. I would
appreciated if you can shed me a light. Just point me the term for me
to look for.
a_class & a_class:perator=( const a_class & an_argument )
{
/* Bla Bla Bla */
return *this;
}
So what is this in C++ ?
Thanks in advance.