Tag Archive: C++
Shade: status update 5
C++ benchmarks: vector vs list vs deque
C++ pitfalls

C++ is a powerful language, but “with great power comes great responsibility” so it’s quite easy to mess things up and to make mistakes that can lead to unexpected results and miserable fails. In this post I’m going to describe…
Read more
How to set up a SDL 2 project for OS X in Xcode 4

SDL 2 doesn’t come with a proper project template for Xcode, so if you’re developing on a Mac for OS X or iOS you need to create one from scratch or you have to reuse an example project provided with…
Read more