Articles tagged "cpp" 2024-10-03 Slim Reader/Writer Locks are neato 2024-09-04 Giving C++ std::regex a C makeover 2024-05-25 Arenas and the almighty concatenation operator 2024-05-24 Guidelines for computing sizes and subscripts 2024-04-14 Speculations on arenas and custom strings in C++ 2024-02-05 An improved chkstk function on Windows 2024-01-28 Two handy GDB breakpoint tricks 2023-05-31 Hand-written Windows API prototypes: fast, flexible, and tedious 2023-04-29 My favorite C compiler flags during development 2022-07-31 My new debugbreak command 2022-06-26 Assertions should be more debugger-oriented 2022-03-13 A flexible, lightweight, spin-lock barrier 2021-12-30 Some sanity for C and C++ development on Windows 2021-06-29 More DLL fun with w64devkit: Go, assembly, and Python 2021-05-31 How to build and use DLLs on Windows 2021-03-11 A guide to Windows application development using w64devkit 2021-02-08 Well-behaved alias commands on Windows 2020-09-25 w64devkit: (Almost) Everything You Need 2020-05-15 w64devkit: a Portable C and C++ Development Kit for Windows 2019-12-09 Chunking Optimizations: Let the Knife Do the Work 2019-01-25 The Day I Fell in Love with Fuzzing 2018-07-20 The Value of Undefined Behavior 2017-06-19 Building and Installing Software in $HOME 2016-10-02 The Vulgarness of Abbreviated Function Templates 2016-08-07 Automatic Deletion of Incomplete Output Files 2016-06-13 Four Ways to Compile C for Windows 2016-05-30 You Can't Always Hash Pointers in C 2015-10-14 Counting Processor Cores in Emacs 2015-09-15 Recovering Live Data with GDB 2014-10-21 C Object Oriented Programming 2014-04-01 Duck Typing vs. Type Erasure