D.Garbe, Department of Mathematics, University of Bielefeld
( Deutsche Fassung dieser Seite )


Some Appetizers



In order to stimulate your appetite for C-Programming we present a Windows executable , which generates some famous fractals, together with source code for Julia fractals ( JuliaOpenGl.cpp, glutfenster.cpp ). The code is an OpenGl program written in C++. Thus the code also works on LINUX systems. The source code of the executable fractal.exe is an API program, so that it avoids the ugly DOS window. But then the disadvantage is that the code is not platform independent.



DOWNLOAD:


To implement the fractal program on your win32 system you have to download both fractal.exe and cw3220.dll.

fractal.exe vers.1.2 win32(65KB)
cw3220.dll(224KB)
JuliaOpenGl.cpp(4KB)
glutfenster.cpp(4KB)