Multi-Precision Mandelbrot Set Program
Using IEEE 754 double precision values in the Mandelbrot Set…
Multi-Threaded Mandelbrot Set Program
Because each pixel in an image of the Mandelbrot Set…
Simple Mandelbrot Set Program
There are some limitations to this program: We will explore…
Computing π
Image credit: Cormullion, Julia code here. π (Pi) is the mathematical constant that…
Computing the Mandelbrot Set
The Mandelbrot Set is one of the most famous fractals in mathematics,…
Computing Prime Numbers
The fastest way to compute prime numbers between 2 and…
C++ Unit Testing with GoogleTest
Unit testing is a foundational practice in software development that…
C++ Unit Testing with CppUnit
Unit testing is a foundational practice in software development that…
C++ Character Encoding: char vs wchar_t vs Unicode
The char type in C++ has an interesting history that…
1 2 3