Today there was a very heavy package in the mailbox. As soon as I saw the sender I got very excited. Here are pictures unpacking the package, and my thoughts about the book
Author Archives: arrow
Using CMake to check for C++11 features
I recently changed to CMake for a project of mine, a C++ project which uses C++11. To see some examples:
It finally happened
After a long nine months wait it finally happened, Jake was born! Yes you heard me right, I’m a daddy.
Markdown testing
I’m trying to get a markdown plugin for WordPress working. While it works well for some things it doesn’t for others. For example code, while highlighted in the editor preview pane, is not highlighted in the preview page: #include <iostream> int main() { std::cout << “Hello world\n”; } Looks good in the preview pane in …