строка в int в CPP
string str1 = "3434";
int num = stoi(str1);
Coder OM
string str1 = "3434";
int num = stoi(str1);