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

游戏引擎

开发平台:

Visual C++

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