本帖最后由 exceed_me 于 2011-10-11 13:16:01 编辑

解决方案 »

  1.   

    客户端的第三部分不会啊,这个要熟悉MFC才能做吧
      

  2.   

    第6题
    class A
    {
    public:
    A();
    ~A(); int i;
    static const int j = 0;
    const static int k = 0;
    const static char *p;
    static void fun();
    };
    const char* A::p = "Hello world";
      

  3.   

    第6题
    class A
    {
    public:
    A();
    ~A(); int i;
    static const int j = 0;
    const static int k = 0;
    const static char *p;
    static void fun();
    };
    const char* A::p = "Hello world";
      

  4.   

    有人写的比我更详细,自己看吧:http://bbs.yingjiesheng.com/thread-970677-1-1.html
      

  5.   

    部分答案:
    http://wenku.baidu.com/view/34dd3e4cfe4733687e21aac3.html