Main.cpp in sortcom.rar


using COM, the binary ranking algorithm to VC 6.0...Original Link
    Sponsored links

			
// Main.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "Main.h"
#include "MainDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMainApp

BEGIN_MESSAGE_MAP(CMainApp, CWinApp)
	//{{AFX_MSG_MAP(CMainApp)
		// NOTE - the ClassWizard will add and remove mapping macros here.
		//    DO NOT EDIT what you see in these blocks of generated code!
	//}}AFX_MSG
	ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMainApp construction

CMainApp::CMainApp()
{
	// TODO: add construction code here,
	// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CMainApp object

CMainApp theApp;

//////////////////////////////////////			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 Main.aps35.81 kB11-07-06 10:20
 Main.clw2.35 kB11-07-06 10:22
 Main.cpp1.99 kB26-06-05 23:35
 Main.dsp4.03 kB10-07-06 17:21
 Main.dsw531.00 B27-06-05 02:21
 Main.h1.27 kB26-06-05 23:35
 Main.ncb89.00 kB11-07-06 10:22
 Main.opt212.00 kB11-07-06 10:22
 Main.plg1.06 kB11-07-06 10:21
 Main.positions309.00 B28-06-05 00:24
 Main.rc6.71 kB11-07-06 10:20
 MainDlg.cpp6.44 kB11-07-06 10:21
 MainDlg.h1.56 kB28-06-05 00:02
 ReadMe.txt3.46 kB26-06-05 23:35
 Main.ico1.05 kB26-06-05 23:35
 Main.rc2396.00 B26-06-05 23:35
 Thumbs.db3.00 kB27-06-05 20:37
 <res>0.00 B11-07-06 09:02
 Resource.h912.00 B27-06-05 23:23
 SORT.dll1.27 MB10-07-06 17:09
 SORT.exp761.00 B10-07-06 17:09
 SORT.lib2.13 kB10-07-06 17:09
 SortCom.dll252.05 kB11-07-06 09:01
 SortCom.h6.85 kB11-07-06 09:01
 SortCom.lib1.71 kB11-07-06 09:01
 SortCom.tlh1.38 kB11-07-06 09:01
 SortCom.tli709.00 B11-07-06 09:01
 SortCom_i.c1.10 kB11-07-06 09:01
 StdAfx.cpp206.00 B26-06-05 23:35
 StdAfx.h1.03 kB26-06-05 23:35
 <main>0.00 B11-07-06 10:22
 dlldata.c835.00 B11-07-06 09:01
 resource.h500.00 B11-07-06 08:50
 Sort.cpp987.00 B11-07-06 08:54
 Sort.h812.00 B11-07-06 08:52
 Sort.rgs595.00 B11-07-06 08:50
 SortCom.aps3.48 kB11-07-06 08:50
 SortCom.cpp1.90 kB11-07-06 08:50
 SortCom.def222.00 B11-07-06 08:49
 SortCom.dsp12.57 kB11-07-06 08:54
 SortCom.dsw537.00 B11-07-06 09:01
 SortCom.h6.85 kB11-07-06 09:01
 SortCom.idl909.00 B11-07-06 09:01
 SortCom.ncb65.00 kB11-07-06 10:18
 SortCom.opt210.00 kB11-07-06 10:18
 SortCom.plg2.83 kB11-07-06 09:01
 SortCom.rc3.17 kB11-07-06 08:50
 SortCom.tlb1.79 kB11-07-06 09:01
 SortComps.def249.00 B11-07-06 08:49
 SortComps.mk454.00 B11-07-06 08:49
 SortCom_i.c1.10 kB11-07-06 09:01
 SortCom_p.c8.67 kB11-07-06 09:01
 StdAfx.cpp315.00 B11-07-06 08:49
 StdAfx.h908.00 B11-07-06 08:49
 <SortCom>0.00 B11-07-06 10:18
 <com>0.00 B12-07-06 09:52
...

Related Items

    Sponsored links