12 2015 档案

摘要:在http://libevent.org/ 上下载了libevent-2.0.22-stable.tar.gz参照网上的说法, 1)在以下3个文件开头添加“#define _WIN32_WINNT 0x0500” libevent-2.0.21-stable\event_iocp.c ... 阅读全文
posted @ 2015-12-29 17:24 YaLing 阅读(324) 评论(0) 推荐(0) 编辑
摘要:// print float bits #include <iostream> using namespace std; int main() { float num = 0.15625; int n = *(int*)(void*)# cout<<(n)<<endl; for(int i = 0; 阅读全文
posted @ 2015-12-27 14:57 YaLing 阅读(153) 评论(0) 推荐(0) 编辑