I am new to Cocos2d-x I am using 3.17v i am have some trouble i am not able to create a string in cocos2dx i want to create a string array for storing sprite file names
String* cars[5];
I Tried this it is not working and an error is occur saying
type 'String' is deprecated