Name:
Anonymous
2007-02-12 10:38
Name:
Anonymous
2007-02-12 17:09
Look at pure FUD in the morning:
class Foo
{
int foo(Bar *c) { return c->bar(); }
};
class Bar
{
public:
int bar() { return 3; }
};
He can't write correct C++ code and he criticizes? I don't get it.