SortStringArray.h
Upload User: zhenhuadz
Upload Date: 2007-01-07
Package Size: 1511k
Code Size: 1k
Category:

Remote Control

Development Platform:

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_)