How do I do an alert in cocos2d-x?

Converting my old cocos2d app to cocos2d-x but not the problem i’m running into is that there’s no alert box. I need to show a message to the user as well as an input box to get a typed in user id and things like that… Is there a cross platform way of doing this?

Thanks!

We have ui classes to help with this: http://cocos2d-x.org/reference/native-cpp/V3.1rc0/de/d4c/namespacecocos2d_1_1ui.html

thanks for the info, i checked it out but don’t really see anything related to doing alerts (message & input boxes), maybe it’s just not called something obvious…