C++ to C#?

Is it possible to transplant from C++ to C# with cocos2d-x for ios and cocos2d-x for XNA

Somewhat yes, you can do this. The asset management in XNA is different than what you are used to, but if you are only doing textures and sound with no shaders, then it should port easily.

thanks,i will try