DLinkedList.cpp
上传用户:cydong117
上传日期:2009-11-10
资源大小:638k
文件大小:1k
- /******************************************************************************************************************
- DLinkedList.h: interface for the CDLList class.
- *******************************************************************************************************************/
- #include "stdafx.h"
- template <class T>
- CDLList<T>::CDLList(CDLList<T>& DLList)
- {
- for ( INT nLoops = 0; nLoops<DLList.ListLength(); nLoops++ )
- {
- T* tempT = new T;
- tempt->Data = DDList.Current();
- AddNode(tempT);
- }
- }