当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

 ·如何动态分配生成结构数组    »显示摘要«
    摘要: struct student { char name[8]; char sex[2]; int num; }; student stu[3]; //还是用student* stu[3];为什么? for(int i=0; i<3; i++) stu[i] = new student; stu[0]->num = 0; ......
 ·怎样作才能实现form自动提交    »显示摘要«
    摘要: 看程序: ... <table> <form action=.. method=post> <tr> <td><input type=text name=user></td> </tr> <tr> <td><input type=password name=pass>&l......


GetPane()这个函数怎么用

求救!

NO.1   作者: etboy327

CSplitterWnd   m_wndSplitter;   //定义一个CSplitterWnd对象  
   
  CWnd*   pWnd   =   m_wndSplitter.GetPane(0,   1);   //通过这个对象的成员函数获得窗口指针  
 


    摘要: 同上 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE