一个结构体
struct SPairInfo
{
int n;
float UpK,DownK,UpF,DownF,f;
bool UpDown;
CString FKUp,FKDown;
};
怎样对其用模板来定义动态数组?最好详细点,包括应该包含的头文件及应写到哪个头文件中。