Docs?

Where can I find a good documentation where I can find all functions/methods
related to cocos2d-x?

I’ve never used objective-c before and it’s a bit confusing to translate each objective-c function into C++.

For example, I’m looking for a spritesheet class so I can use spritesheets in my game,
I’m having trouble finding this and all of it’s class members and methods associated with this class.

EDIT:
Nevermind, I found it.

If you never used objective-c, why should you translate from objective-c into c++?
The docs are in the forum and wiki page.

You can use vs or xcode to view the class members and the inheritance.

BTW: I think tests and HelloWorld are good start.

I think he meant some basic introduction into the structure of a cocos2d-x game source file in cpp.