I’ve just finished the modifications to my Mandelbrot program that will allow me to zoom past the normal limitations of C++.
I didn’t finish ipfloat, I’ve put that on the backburner for now (although I _will_ be finishing it before the end of summer). Instead, I used GMP – GNU Multiprecision Library. It’s not the ideal solution; it’s very bulky and slow – but it gets the job done. Hopefully when I finish ipfloat I can improve size, if not speed.
Anyway, here is my very first, preliminary zoom image! The colouring is dull, I know – I need to write an algorithm for more than one colour.

Mandelbrot Deep Zoom
Tada! This image is centered around -1.78646693153666370 + 0i , with 2000 iterations and an escape radius of 2.
In other news, I’m still working on the Media Center program. Unfortunately, one of the Telerik controls doesn’t work the way it should, so I’m using a MS DataGridView for the time being.