Twitter updates
- @max_mcguire Why? Sure, there are parts which aren't great, but unless you use Spirit everywhere, Boost can be a great time saver. 12 hours ago
- I just paid 70€ for 68 kib of OpenType fonts (one font, two styles), but my god, HelveticaNeueLight looks gorgeous. #ilovehelvetica 16 hours ago
- @aras_p Right. But isn't that the selling point of additional contexts in DX11? One with minimal state set to issue all the quad copies :) ? 2 days ago
Development
Graphics
Calendar
Daily Archives: 10.2.2007
C++ tricks, #1: Compile time checks
While writing a library, you have sometimes to prevent users from making mistakes. To accomplish this, you have two choices: Either include run-time checking and throw an appropriate exception or try to catch as much as possible during compile time. … Continue reading