Category: C++
Delivering Safe C++
Bjarne Stroustrup – Delivering Safe C++:
(more…)Full Interview With the Creator of C++
Honeypot – full interview with Bjarne Stroustrup:
(more…)C++ in Constrained Environments
C++ in Constrained Environments – Bjarne Stroustrup – CppCon 2022:
(more…)C++20: Reaching for the Aims of C++
C++20: Reaching for the Aims of C++ – Bjarne Stroustrup – CppCon 2021
(more…)Fast Inverse Square Root
Fast Inverse Square Root – A Quake III Algorithm:
(more…)C++ Functions to Evaluate Laguerre Polynomials
C++ functions which evaluate Laguerre polynomials L0(x): template <class T> T L0(const T& x); L1(x): template <class T> T L1(const T& x); Ln(x): template <class T> T Ln(unsigned int n, const T& x); This project can now be found on GitHub: – Laguerre-polynomials – HTTPS Clone URL: https://github.com/jachappell/Laguerre-polynomials.git – Download ZIP
Random
Random is a simple C++ class to facilitate generating random numbers. GitHub: Random Download Zip
METAR Decoder for Arduino
C++ METAR Decoder
Metar is a METAR decoder written in C++. Look here to see an example. GitHub: METAR Download ZIP