Last week I introduced an article where I tested C++11 support in Apple’s version of the clang compiler (Apple clang 4.0). As you may remember, after conducting some tests, I…Continue readingC++11 Iterators and Lambdas (Revisited)
I have been following the new C++ standard for quite some time (even before it was named C++11), so I’m very glad to see support for it reaching mainstream compilers…Continue readingPlaying with C++11 (using Clang)
When asked what I like the most from the Objective-C programming language, I often refer to its dynamic underpinnings. Although Objective-C is a superset of C, the way its designers…Continue readingDynamic Method Injection (in Objective-C)