From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-03-03 11:11:54


Thorsten Ottosen wrote:
> David,
>
> I'm in full support of your effort. Just a small comment:
>
> int main(int argc, char* argv[])
> {
> window w = create_window();
> w->title("Example window");
>
> why is window implicitly a pointer?

What alternatives do you have in mind?