admin 管理员组

文章数量: 1086019


2024年4月28日发(作者:用smart原则做一个计划范文)

1. #include "stdafx.h"

2. #include "LR.h"

3. #include "MLR1.h"

4. #ifdef _DEBUG

5. #undef THIS_FILE

6. static char THIS_FILE[]=__FILE__;

7. #define new DEBUG_NEW

8. #endif

9. //----调试部分使用的代码

10. CString MLR1::GetFirst(int i){

11. if(i<0||i>=GetIdentNum())return "";

12. return FirstSet5(m_first[i].Fi,m_first[i].flag&2);

13. }

14. CString MLR1::GetFollow(int i){

15. if(i<0||i>=GetIdentNum())return "";

16. return FollowSet1(m_first[i].Fo,m_first[i].flag&0x08);

17. }

18. //----构造部分

19. MLR1::MLR1(){

20. }

21. MLR1::~MLR1(){

22. }

23. void MLR1::ReSet(FILE* pf){

24. //使用文件指针pf来重新驱动程序

25. int i;

26. p_file=pf;


本文标签: 使用 原则 部分 指针 调试