From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-03-03 10:39:23


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?

> and finally
>
> 8. It should be extremely easy to use.

Adn maybe

9. It should be possible to create worm-like games in it, where student need
to draw the worm by moving
   pixels or something around :-)

br

Thorsten