> You are allowed to look at code outside the mathed dir you know...
Somebody should have told me ;-}
Andre'
--
André Pönitz [EMAIL PROTECTED]
Andre Poenitz <[EMAIL PROTECTED]> writes:
| class foo {
| public:
| ///
| void do_it();
| private:
| ///
| int x_;
| };
Thsi one.
You are allowed to look at code outside the mathed dir you know...
Lgb
class foo {
public:
///
void do_it();
private:
///
int x_;
};
or
class foo {
public:
///
void do_it();
private:
///
int x_;
};
or
class foo
{
public:
///
void do_it