StaticList测试


#include 
#include"exception.h"
#include "Object.h"
#include"SmartPointer.h"
#include"List.h"
#include "SeqList.h"
#include "StaticList.h"

using namespace std;
using namespace DTLib;

int main()
{
   StaticList l;
   for(int i=0;i

 

你可能感兴趣的:(c++)