SortStringArray.h
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // SortStringArray.h: Schnittstelle f黵 die Klasse CSortStringArray.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SORTSTRINGARRAY_H__64C6B322_B44E_11D2_955E_204C4F4F5020__INCLUDED_)
  5. #define AFX_SORTSTRINGARRAY_H__64C6B322_B44E_11D2_955E_204C4F4F5020__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CSortStringArray : public CStringArray  
  10. {
  11. public:
  12. void Sort();
  13. private: 
  14. BOOL CompareAndSwap( int pos );
  15. };
  16. #endif // !defined(AFX_SORTSTRINGARRAY_H__64C6B322_B44E_11D2_955E_204C4F4F5020__INCLUDED_)