sa1.cpp
资源名称:c.rar [点击查看]
上传用户:puke2000
上传日期:2022-07-25
资源大小:912k
文件大小:0k
源码类别:

C#编程

开发平台:

Visual C++

  1. //=====================================
  2. // sa1.cpp
  3. //=====================================
  4. #include"a2.h"
  5. #include"a3.h"
  6. //-------------------------------------
  7. void f1(){
  8.   if(…){
  9.     p();
  10.     g1();
  11.   }else{
  12.     g2();
  13.     h();
  14.   }
  15. }//------------------------------------
  16.