[Solved] What’s the c++ version of this java map code [closed]


std::map<std::string,Skill*> skills;
skills["Endurance"] = new Skill();

3

solved What’s the c++ version of this java map code [closed]