8 lines
71 B
C++
8 lines
71 B
C++
|
|
class Fred
|
|
{
|
|
public:
|
|
void operator=(const int &value);
|
|
};
|
|
|