本程序为用VC开发的词法分析程序
源代码在线查看: sign.cpp
// sign.cpp: implementation of the Csign class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ProCompile.h"
#include "sign.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Csign::Csign()
{
}
Csign::~Csign()
{
}