
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