On 03 Apr 2007 19:46:26 -0700, duongthaiha <[EMAIL PROTECTED]> wrote:
> The problem that i having now is how to draw a simple point on the
> screen?
> I have no clue what function just simply return a dot on the screen.
> It will be a greate help if you can show me how to do that? I really
> appreciate that.
There is no standard function to do that... if you are on Unix, you
will be using the X Window System, and while you can use the X API
directly, it's not intended for application level development.
Instead, you will want to get a toolkit like GTK+, FLTK, or similar to
draw to the screen. Unfortunately, you will also need to do some
research and learn how a windowing environment works, dealing with
events, user input, etc.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi