www.pudn.com > TextClassify.rar > Compute_Result.cpp


// Compute_Result.cpp: implementation of the CCompute_Result class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "TextClassify.h" 
#include "Compute_Result.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CCompute_Result::CCompute_Result() 
{ 
 
} 
 
CCompute_Result::~CCompute_Result() 
{ 
 
}