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