std::copy(a + 1, a + 4, b);. Assuming you want a dynamically-allocated array as in the C# example, the simplest way is: std::vector ...
確定! 回上一頁