On Wed, Jul 3, 2013 at 11:29 PM, Tyler Romeo tylerromeo@gmail.com wrote:
You should look into maybe using cmake or some other automated build system to handle the cross-platform compatibility.
I will look into that.
Also, are you planning on using C++11 features? (Just asking because I'm a big C++11 fan. ;) ).
Yeah, I'm already using unique_ptr. And I will use lambdas if I think they would be useful in some code.
Petr Onderka