随笔分类 -  c++

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include "stdafx.h" #pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )... 阅读全文
posted @ 2008-12-11 15:27 zhouruixi0728 阅读(2082) 评论(0) 推荐(0)
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include "stdafx.h" #include #include //ShellExecute 要引用的库 int main(int argc, _TCHAR* argv[]) {... 阅读全文
posted @ 2008-12-11 15:25 zhouruixi0728 阅读(714) 评论(0) 推荐(0)
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include "stdafx.h" #include #include #include DWORD WINAPI ThreadWork(LPVOID num) { p... 阅读全文
posted @ 2008-12-11 15:23 zhouruixi0728 阅读(287) 评论(0) 推荐(0)