静态成员函数举例-东南大学c语言课件ppt
静态成员函数举例class A { public: static void f(A a); private: int x; }; void A::f(A a) { cout
5.14MB
文件大小:
评论区