0
我想在linux下(代碼::塊) 我做了這樣的事情,在C++中已經聲明要比較的字符串用戶輸入(文本),但它不工作如何比較用戶輸入和字符串?
int LoadModule()
{
string test1 = "LOAD DEFAULT DATABASE";
string test2;
cout << "select cmd: " << endl;
cin >> test2;
//todo: compare thoose 2 strings. And if they are equal, print "done"
return 0;
}
謝謝,它的工作原理。祝你有個愉快的夜晚。 – sebek
@sebek mark as accepted,then – LBes
@Lesancon done – sebek