PDA

View Full Version : C language - Help with Mandelbrot


Kiske
11-09-2009, 05:21 PM
Hey there. I have about 2-3 hours, so please lend mne your hand.
Here is the source code: http://www.cse.nd.edu/~dthain/courses/cse30341/spring2009/project3/source/

Each new mandel image overwrites into a file mandel.bmp, but i need to make 500 images. So this code must be modified, so it can save each new mandel image like mandel1.bmp, mandel2.bmp, mandel3.bmp,..., mandel500.bmp.

oracleguy
11-09-2009, 06:14 PM
Welcome to CodingForums. Please be aware of our policy on homework assignments:

1.5) No homework assignments - Do not post your entire homework assignment and request that other members do it for you. This is considered cheating, and your thread may even be used by your school to prove your guilt. Now, you may ask for advice or help on a specific aspect of your assignment that you're having trouble with. Use common sense as far as what's acceptable in terms of soliciting help with homework assignments.

it career
11-10-2009, 07:39 AM
If you have already got the source code , what help do you require , just compile it and run the program. :D