こんにちはimは、オーバーロードされた抽出演算子で行の読み取りに問題があります(スペース文字を無視します)
これは私のコードですどんな援助も素晴らしいでしょう
istream& operator>>(istream& is, CreditAccount& Cred){
cout << "Name: ";
is.getline(Cred.name, 256);
}
私のエラーは次のとおりです
error: no matching function for call to ‘std::basic_istream<char, std::char_traits<char> >::getline(std::string&, int)’