if(stricmp(list[i].ID, p->ID ==0)
1234
std::string a = "apple"; std::string b = "apple"; std::cout << ((a == b) ? "same" : "different") << std::endl;