vs2013编译boost库
摘要:打开vs2013>>visual studio tools>>VS2013 x64 本机工具命令提示cdD:\lib\boost_1_55_0\boost_1_55_0bootstrap.batD:\lib\boost_1_55_0\boost_1_55_0>b2 --build-dir="D:\l...
阅读全文
posted @
2014-05-04 16:39
袁晓平
阅读(464)
推荐(0)
c++ 完成端口资料
摘要:文章地址:http://blog.csdn.net/piggyxp/article/details/6922277附件如下:word文档PiggyIOCPServer_2008.rarPiggyStressTestClient.rar
阅读全文
posted @
2014-05-03 17:57
袁晓平
阅读(293)
推荐(0)
获取输入法输入内容及后选项的钩子
摘要:#include "stdafx.h"#include "windows.h" #include "imm.h" #include "stdio.h" #include #include #include #include #include "tool.h"#include #includ...
阅读全文
posted @
2014-05-03 17:42
袁晓平
阅读(3245)
推荐(1)
unicode string和ansi string的转换函数及获取程序运行路径的代码
摘要:#pragma once#include namespace stds { class tool { public: std::string ws2s(const std::wstring& ws) { std::string curLocale = setlocale(LC_ALL...
阅读全文
posted @
2014-05-03 16:52
袁晓平
阅读(321)
推荐(0)