Create and display a dragon curve fractal. (You may either display the curve directly or write it to an image file.) This program will generate
Continue ReadingC++: Fibonacci Word Fractals
The Fibonacci word may be represented as a fractal as described here: For F_wordm start with F_wordCharn=1 Draw a segment forward If curren
Continue ReadingC++: Fractal Tree
Generate and draw a fractal tree. To draw a fractal tree is simple: Draw the trunk At the end of the trunk, split by some angle and draw tw
Continue Reading