Open main menu

CDOT Wiki β

Changes

Unique Project Page

19 bytes added, 23:37, 23 February 2017
Compilation Instructions:
For Unix based systems:
g++ -std=c++11 save_image.cpp utils.cpp mandel.cpp -lfreeimage
OSX:
clang++ -std=c++11 save_image.cpp utils.cpp mandel.cpp -lfreeimage
The program can then be executed by running the compiled binary and it will display the time it took to generate the Mandelbrot set and save the pictures.
 
=== Observations ===
17
edits