Showing posts with label RISC Lab. Show all posts
Showing posts with label RISC Lab. Show all posts

Wednesday, May 27, 2009

Mandelbrot


Guys, I wrote the mandelbrot algorithm myself, and I make it generate a bmp file. You can check the result down here.
The program is composed of 4 files
mandelbrot.cpp
utils.cpp
utils.h
Makefile

Save the 4 files in the same folder and type
"make" to compile
"make run" to run
"make clean" to clean
pretty obvious ha :D