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.
CStringArrayの一部を別のCStringArrayにコピーしたい。式の場合 コピーは、CStringArrayA[5]からCStringArrayA[9]、CStringArrayB(CStringArrayAからCStringArrayBの5つの要素)に実行されます。
助けてください。
CStringArrayのインターフェースを見るとAdd、指定された範囲内の各要素を呼び出すだけの、それほど優れたオプションはないようです。
Add