linux c++下载http文件并显示进度<转>
摘要:#include #include #include #include #include #include #include #include #include #include #include #include using namespace std;typedef string::size_type (string::*find_t)(const string& delim, string::size_type offset) const;vector Split(const string& ...
阅读全文
posted @
2013-06-21 18:42
瓦楞球
阅读(5441)
推荐(0) 编辑
Linux下类似windows下_beginthread和_endthread 的多线程开发
摘要:在 windows下头文件中包含 #include就可以使用_beginthread进行线程创建。个人感觉挺方便的。在linux下类似于_beginthread 和 _endthread 的 是pthread_create和pthread_exitlinux下包含头文件 #include=================================pthread_create 启动线程属性讲解:http://blog.csdn.net/hudashi/article/details/7709413===================================下面是转载的一个例子:原
阅读全文
posted @
2013-06-21 11:49
瓦楞球
阅读(4087)
推荐(0) 编辑
MFC-Dialog各函数的执行顺序
摘要:CDlgTestDlg::CDlgTestDlg CDlgTestDlg::DoModal CDialog::DoModal CDlgTestDlg::PreSubclassWindow CDlgTestDlg::OnCreate CDlgTestDlg::OnSize CDialog::OnInitDialog CWndUpdateData(FALSE) CDlgTestDlg::DoDataExchange CDlgTestDlg::OnInitDialog CDlgTestDlg::OnShowWindow CDlgTestDlg::OnPaint CDlgTes...
阅读全文
posted @
2013-06-20 10:39
瓦楞球
阅读(1688)
推荐(0) 编辑