|
You are here |
mariusbancila.ro | ||
| | | | |
www.think-cell.com
|
|
| | | | | [AI summary] This post explores a C++ idiom using static constexpr and std::integral_constant to provide compile-time size information for std::array. | |
| | | | |
artificial-mind.net
|
|
| | | | | Articles about Graphics, C++, Optimization, Game Development, Programming Languages, and more. Personal blog of Philip Tretter writing under the alias of Artificial Mind. | |
| | | | |
herbsutter.com
|
|
| | | | | Assertions have been a foundational tool for writing understandable computer code since we could write computer code... far older than C's assert() macro, they go back to at least John von Neumann and Herman Goldstine (1947) and Alan Turing (1949). [1,2] How well do we understand them... exactly? 1. What is an assertion, and what... | |
| | | | |
lambdaland.org
|
|
| | | In my last post I described how I made a very fast BF interpreter. Well, there's a lot more speed to be had with an optimizing compiler. This post is a write-up of my assignment for a compilers class, so the post a little rougher than normal. | ||