The default Cocos 2d-x project (see Tutorial: How to Create a New Cocos 2d-x Game Project) displays the words “Hello World” to your screen along with the Cocos 2d-x logo:
If we open the project with Visual Studio (navigate to your project’s directory, go into the proj.win32 folder and double click on the Microsoft Visual Studio Solution that shares the same name as your project), you will see the following files in the Solution Explorer window (we only care about the ones in the src subfolde...
Published on March 28, 2015 19:58