How to resize array in C++?

前端 未结 6 567
感情败类
感情败类 2020-11-29 09:16

I need to do the equivalent of the following C# code in C++

Array.Resize(ref A, A.Length - 1);

How to achieve this in C++?

6条回答
提交回复
热议问题