I have come to the point with C++/WinRT where I am largely satisfied with how it works and leverages C++ to the best of its ability. There is always room for improvement and I will continue to evol… (more…)
Read more »
Operating system differences can cause your Rust binaries to break when run in a different environment than they were compiled in. Here are the most common things to watch out for. (more…)
Read more »
This is my first Medium.com story. After reading, tweeting, and bookmarking hundreds of stories, I’ve decided to create a simple one for… (more…)
Read more »
Historically, Fortran and C have been the default programming languages in
High-Performance Computing (HPC). In both, programmers have primitives and
functions available that allow manipulating system memory and interacting
directly with the underlying ha... (more…)
Read more »
After working through “the book” on the Rust programming language and getting started with the first non-trivial, real-world application I found myself faced with a question I didn’t yet feel well-equipped to handle: “How should you structure error handli... (more…)
Read more »