FlagClass.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:2k
- // FlagClass.cpp: implementation of the CFlagClass class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "FlagClass.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CFlagClass::CFlagClass()
- {
- }
- CFlagClass::~CFlagClass()
- {
- }
- void CFlagClass::InitFlag(char *szFileName)
- {
- FILE *fp;
- char szBuf[100];
- CString szStr;
- int nValue =0;
- TGoods *Goods;
- TFlag *Flag;
- Goods = new TGoods;
- Flag = new TFlag;
- Goods->nKinds = GK_flag; //贺摸
- fp = fopen(szFileName,"r");
- if(fp!=NULL)
- {
- while(fscanf(fp,"%s",szBuf)!=EOF)
- {
- szStr = szBuf;
- if(szStr=="いゅ