RosettaCodeData/Task/Arrays/C++/arrays-2.cpp

5 lines
79 B
C++

// MFC
CArray<int,int> myArray5(10);
myArray5.Add(1);
myArray5.Add(2);