from《C++ Common Knowledge》#include <iostream>using namespace std;extern void fi(int);extern void fl(long);extern void fc(char);class Foo{public: Foo(){}; virtual ~Foo(){}; static void do_foo(int i){ cout<<"您好,您输入了i="<<i<<endl; } void to_str(){ cout<<"a_:& Read More