// C6_9.cpp : Defines the entry point for the console application. // ㄧ计いㄏノ繰篈跑计 #include "stdafx.h" #include using namespace std; void funCheck(void); // funCheck ㄧ计 int main(int argc, char* argv[]) { funCheck(); for(int i = 0; i<= 3; i++) funCheck(); // ㊣ㄧ计 cout << endl; return 0; } // ㄧ计砞﹚ void funCheck(void) // ㄧ计礚把计礚肚 { static int count = 0; // static 跑计 int com = 0; cout << endl << "ヘ玡琌 " << ++count << "Ω funCheck ㄧ计砆㊣"; cout << endl << "ヘ玡 com = " << com << endl; return; }