Conv.cpp
上传用户:lqt88888
上传日期:2009-12-14
资源大小:905k
文件大小:1k
- // Conv.cpp: implementation of the CConv class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "CapitalNum.h"
- #include "Conv.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CConv::CConv()
- {
- }
- CConv::~CConv()
- {
- }