rand() Considered Harmful
Day 3 - When you need a random number, don't call rand() and especially don't say rand() % 100! This presentation will explain why that's so terrible, and how C++11's 'random' header can make your life so much easier.

▶︎
A C++ REST SDK: OSS web services on Windows and Linux

▶︎
CppCon 2015: Herb Sutter "Writing Good C++14... By Default"

▶︎
Bjarne Stroustrup - The Essence of C++: With Examples in C++84, C++98, C++11, and C++14

▶︎
"Clean" Code, Horrible Performance

▶︎
Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - Roth Michaels - CppCon 2022

▶︎
Compiler Confidential

▶︎
Why so many languages have allocators now

▶︎
C++ FINALLY Made Logging GOOD!

▶︎
How to Answer ANY Question (Even If You Don't Know The Answer!)

▶︎
Don't Help the Compiler

▶︎
Is Donald Trump A 'Fascist'? | Slavoj Zizek And Piers Morgan Debate

▶︎
Writing Quick Code in C++, Quickly

▶︎
Reinventing Entropy | Compression is Intelligence Part 1

▶︎
CppCon 2016: Cheinan Marks “I Just Wanted a Random Integer!"

▶︎
My Favorite C++ 10-Liner

▶︎
the cleanest feature in C that you've probably never heard of

▶︎
CppCon 2015: Kate Gregory “Stop Teaching C"

▶︎
How I program C

▶︎
Inheritance Is The Base Class of Evil

▶︎
