c++ builder > Copy() > MaxInt > To guarantee copying to the end of the string or array, use the MaxInt constant as the Count value.
function Copy ( Source : string; StartChar, Count : Integer ) : string;
To guarantee copying to the end of the string or array, use the MaxInt constant as the Count value.
endまでのコピーとして MaxInt
を使うというのが目を引いた。
このルールはソースを読んだ時に明快だろうか?
const static int kToTheEnd = MaxInt;
なり定義して
Copy(srcStr, 5, kToTheEnd);
のように書いたら明示的だが、これがいいかはわからない。
公式にもMaxIntを使った例がSubString()に対してある。
Author And Source
この問題について(c++ builder > Copy() > MaxInt > To guarantee copying to the end of the string or array, use the MaxInt constant as the Count value.), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/049a9970653505151148著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .