C++11, Raw string literal
In C++11, raw string literal is available. This is useful especially when preparing intuitive test data in C++ sources because
Continue readingEverything should be made as simple as possible, but not simpler – Einstein
In C++11, raw string literal is available. This is useful especially when preparing intuitive test data in C++ sources because
Continue readingWhen overriding cocos2d::Node::setPosition , you have to override setPosition(float x, float y) instead of setPosition(const cocos2d::Vec2& pos) . That’s because of the existence
Continue readingfrom: http://www.nicnocquee.com/2016/01/20/build-cocos2d-x-fat-static-library.html Create a new empty project with targeting cocos2d-x version. Open project with Xcode to set build settings Go
Continue reading
Recent Comments