SortStringArray.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // SortStringArray.h: Schnittstelle f黵 die Klasse CSortStringArray.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_SORTSTRINGARRAY_H__64C6B322_B44E_11D2_955E_204C4F4F5020__INCLUDED_)
- #define AFX_SORTSTRINGARRAY_H__64C6B322_B44E_11D2_955E_204C4F4F5020__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- class CSortStringArray : public CStringArray
- {
- public:
- void Sort();
- private:
- BOOL CompareAndSwap( int pos );
- };
- #endif // !defined(AFX_SORTSTRINGARRAY_H__64C6B322_B44E_11D2_955E_204C4F4F5020__INCLUDED_)