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

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "FoodClass.h"
  3. CFoodClass::CFoodClass()
  4. {
  5. }
  6. CFoodClass::~CFoodClass()
  7. {
  8. }
  9. void CFoodClass::InitFood(char *szFileName)
  10. {
  11. FILE *fp;
  12. char szBuf[100];
  13. CString szStr;
  14. int nValue =0;
  15. TGoods *Goods;
  16.     TFood  *Food;
  17. Goods = new TGoods;
  18. Food = new TFood;
  19. Goods->nKinds = GK_food; //贺摸
  20. fp = fopen(szFileName,"r");
  21. if(fp!=NULL)
  22. {
  23. while(fscanf(fp,"%s",szBuf)!=EOF)
  24. {
  25. szStr = szBuf;
  26. if(szStr=="いゅ