Skip to content
Why is a raven like a writing desk?

Thoughts both confusing and enlightening.

Why is a raven like a writing desk?

Thoughts both confusing and enlightening.

A Crossword for CppCon 2025

elbeno, 14 September, 202522 September, 2025

Another year, another crossword. With some of the clues/answers vaguely themed. You can solve it online or offline with the PDF. Answers after the con.

C++ Games

Post navigation

Previous post
Next post

Related Posts

A problem with C++ lambdas?

18 February, 201530 June, 2015

C++ lambdas are wonderful for all sorts of reasons (especially with their C++14-and-beyond power). But I’ve run into a problem that I can’t think of a good way around yet. If you’re up to date with C++, of course you know that rvalue references and move semantics are a major…

Read More

C++ Guru Question – followup

12 August, 201430 June, 2015

(following on from C++ Guru Question) There are a few reasons why the code before didn’t work: mainly a) C++ template argument deduction works one-way with a list of candidates, it’s not H-M type inference. b) A C++ lambda is a thing with some internal type, not a std::function (although…

Read More

The Global API Injection Pattern

12 April, 202614 April, 2026

I’ve mentioned this in a few conference talks now, and periodically people ask me about it, but until now I guess I haven’t written it up. It starts with a common, dare I say ubiquitous, problem: how to test code that uses some “global” API. Could be for example file…

Read More
©2026 Why is a raven like a writing desk? | WordPress Theme by SuperbThemes