Pure Programmer
Home
Archive
Contact
About
Computing Math Constants and Functions
2
Aug, 25
This post explains high precision computation of mathematical functions, focusing…
Read More
Computing π (Revisited)
24
Jul, 25
The Chudnovsky algorithm calculates π using a rapidly converging series,…
Read More
Optimized and Extended Mandelbrot Set Program
18
Jul, 25
The Mandelbrot Set Program utilizes perturbation theory for faster image…
Read More
C++ Thread Pool
17
Jul, 25
The ThreadPool class in C++ simplifies thread management by encapsulating…
Read More
C++ Multi-Threading Output Collator
17
Jul, 25
This post discusses the creation of an OutputCollator class to…
Read More
Rule of Five
23
Jun, 25
The text discusses resource management in C++ through the "Rule…
Read More
Function Pointers, Functors and Lambdas in C++
14
Jun, 25
C++ offers various callable entities including function pointers, functors, and…
Read More
Multi-Precision Mandelbrot Set Program
9
May, 25
The Mandelbrot Set Program uses IEEE 754 double precision floating-point…
Read More
Multi-Threaded Mandelbrot Set Program
9
May, 25
The Mandelbrot Set rendering program utilizes modern multi-core processing to…
Read More
1
2
3
4
Next