随笔分类 -  C++学习

Linux-Tcp-IP
摘要:1 /* tcpcli.c */ 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 11 #define DEFAULT_PORT 8800 12 13 int main(int argc, c... 阅读全文
posted @ 2016-07-28 10:08 BarneyX 阅读(223) 评论(0) 推荐(0)
VC++ 列表控件的使用方法
摘要:列表控件可以看作是功能增强的ListBox,它提供了四种风格,而且可以同时显示一列的多中属性值。MFC中使用CListCtrl类来封装列表控件的各种操作。通过调用BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT ... 阅读全文
posted @ 2014-09-15 13:56 BarneyX 阅读(847) 评论(0) 推荐(0)