标签: c++ constructor arguments
我有一个代码:
Array a1( 1,2,3,4,-1), a2(1,3,5,7,11,-1);
当我知道最终Array时-1之前的数字量未知且类-1只有一个构造函数时,如何制作Array构造函数?
Array
-1