I've started to gaming with cocos2dx but I've 2 crucial and important problems:
I've read the CCApplication and CCDirector files and I've also tried to make some changes in those files but my problem hasn't been solved I really appreciate if you can help me with those problems
For Setting title bar we can do it using windows handle
HWND _handle= eglView->getHWnd();
SetWindowText(_handle, "Title");