The C program presented here is an interactive Mandelbrot Zoomer. Its important feature is its size as an executable - just 1K if it's compiled using a compressing linker. How is this small size ...
I'm learning Java by writing a Mandelbrot program. I can draw the image, then use the mouse to choose an area to magnify. Works great, except... When I choose the area to magnify (mouse down, move ...