Try the new try?
With the new Xcode 7 beta 6 that was released earlier this week, Apple introduced the new try? keyword. It gives us some more flexibility when handling operations that may throw…
With the new Xcode 7 beta 6 that was released earlier this week, Apple introduced the new try? keyword. It gives us some more flexibility when handling operations that may throw…
Background A while back I was handing over a project I was working on to a colleague of mine. I had just added him to the Apple Developer account for…
Background Recently I was working on a project where we were adding support for some new languages. One of those languages were German. Now German is notorious for having some…
Background I have been struggling with this a bit and couldn't find a documented solution online. So upon solving the problem I decided to write this blog post just to…
Why would one want to use C++ when developing modern applications for Windows? A lot of developers see C++ as an old, aging, clumsy giant. Why program using C++ when…