I want to create array of CArray.
If I have this below CArray
CArray<unsigned char, unsigned char> m_data;
I want to create Array of m_data. Do you know how to do that ?
This is a discussion on Create array of CArray within the C++ Programming forums, part of the General Programming Boards category; I want to create array of CArray. If I have this below CArray CArray<unsigned char, unsigned char> m_data; I want ...
I want to create array of CArray.
If I have this below CArray
CArray<unsigned char, unsigned char> m_data;
I want to create Array of m_data. Do you know how to do that ?