C++ 里面 list 怎么用啊? 我的编译都通不过
jguon 2010-01-11 10:29:14 #include <tchar.h>
#include <iostream>
#include <numeric>
#include <algorithm>
#include <list>
#pragma package(smart_init)
typedef struct _XmlObject
{
UnicodeString nodeName;
list <_XmlObject*> value;
}*XmlObject;