How to read a binary file from resources?

In cocos2d-x, how to read a binary file from resource?

Use CCFileUtils::getFileData, it’s valid on ios/android/win32.
And please use English in this forum :slight_smile:

Thanks man.