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