摘要: 1 // VectorSort.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 #include 8 9 //先自定义一个结构体 10 struct Test { 11 int memb... 阅读全文
posted @ 2017-02-27 21:41 he伟_li 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: 快捷键设定与搜狗输入法中文繁体切换冲突,搜狗输入法管理设置中关掉就好。 阅读全文
posted @ 2017-02-27 21:39 he伟_li 阅读(2506) 评论(1) 推荐(2) 编辑
摘要: 首先是 windows API 中的一个函数, 作用就是放一条消息到消息队列里。 这个函数讲一个消息放入到与 指定窗口 创建的线程相联系的消息队列里,不等待线程处理消息就返回,是一步消息模式, 消息队列里的消息通过 GetMessage 和Peekmessage 获得。 函数原型: BOOL WIN 阅读全文
posted @ 2017-02-27 21:28 he伟_li 阅读(971) 评论(0) 推荐(0) 编辑