Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列を入力したい。
string value; cin >> value;
そして、文字列を取得して、文字列の一部を整数に変更したいと思います。
例えば。00: 22 を入力 「00」(「:」なし) を整数に変更したい。「入力」を文字列のままにして、最後の 2 文字を整数にします。
今、私は変更した部分を取り、配列に表示したいと考えています。変換された文字列の各部分に 1 つの列。
1 -部分文字列を返すには
2 -文字列を int に変換するには