FlagClass.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:2k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // FlagClass.cpp: implementation of the CFlagClass class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "FlagClass.h"
  6. //////////////////////////////////////////////////////////////////////
  7. // Construction/Destruction
  8. //////////////////////////////////////////////////////////////////////
  9. CFlagClass::CFlagClass()
  10. {
  11. }
  12. CFlagClass::~CFlagClass()
  13. {
  14. }
  15. void CFlagClass::InitFlag(char *szFileName)
  16. {
  17. FILE *fp;
  18. char szBuf[100];
  19. CString szStr;
  20. int nValue =0;
  21. TGoods *Goods;
  22.     TFlag *Flag;
  23. Goods = new TGoods;
  24. Flag = new TFlag;
  25. Goods->nKinds = GK_flag; //贺摸
  26. fp = fopen(szFileName,"r");
  27. if(fp!=NULL)
  28. {
  29. while(fscanf(fp,"%s",szBuf)!=EOF)
  30. {
  31. szStr = szBuf;
  32. if(szStr=="いゅ