f0909.cpp
Upload User: puke2000
Upload Date: 2022-07-25
Package Size: 912k
Code Size: 0k
Category:

CSharp

Development Platform:

Visual C++

  1. //=====================================
  2. // f0909.cpp
  3. // test global object create order
  4. //=====================================
  5. #include"student.h"
  6. extern Student ra;
  7. //-------------------------------------
  8. Tutor je(ra);
  9. int main(){}
  10.