Pure Programmer
Home
Archive
Contact
About
Computing Math Constants and Functions
2
Aug, 25
eTo compute mathematical constants and functions with high precision, we…
Read More
Computing π (Revisited)
24
Jul, 25
Image credit: Cormullion, Julia code here. Simple Series Summation π (Pi) is the…
Read More
Optimized and Extended Mandelbrot Set Program
18
Jul, 25
In our previous Mandelbrot Set Program we implemented a Perturbation…
Read More
C++ Thread Pool
17
Jul, 25
While launching threads is easy with the Thread class in…
Read More
C++ Multi-Threading Output Collator
17
Jul, 25
In a previous post, we discussed how to create a…
Read More
Rule of Five
23
Jun, 25
When designing data types in C++, we often need to…
Read More
Function Pointers, Functors and Lambdas in C++
14
Jun, 25
C++ supports a variety of function-like entities, including function pointers, functors, and lambdas.…
Read More
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
1
2
3
4
Next