摘要: 代码页是字符集编码的别名,也称“内码表”,是特定语言的字符集的一张表。代码页分为两种:一种是ANSI代码页;另一种是OEM代码页。⑴OEM代码页主要是用于Windows系统中的命令行界面(Console)程序,虚拟Dos。⑵ANSI代码页主要是用于Windows系统中本地编码不是Unicode的图形... 阅读全文
posted @ 2014-05-12 22:19 292873711 阅读(2016) 评论(0) 推荐(0) 编辑
摘要: Windows界面编程第一篇 位图背景与位图画刷 可以通过WM_CTLCOLORDLG消息来设置对话框的背景,MSDN上对这个消息的说明如下:TheWM_CTLCOLORDLGmessage is sent to a dialog box before the system draws the di... 阅读全文
posted @ 2014-05-11 11:07 292873711 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: 下午来来相写个小程序的,调试时,遇到的小问题:C/C++ code?12345678910111213141516171819202122232425262728293031323334#include#include#include void *server(void *arg){ printf(... 阅读全文
posted @ 2014-05-06 11:56 292873711 阅读(988) 评论(0) 推荐(0) 编辑
摘要: 参考了:http://bbs.csdn.net/topics/310136813 http://blog.csdn.net/sibylle/article/details/2026915个人新博客,欢迎关注:http://readus.org一. 数组可以用一个初始列表值来初始化,如下所示:[cpp... 阅读全文
posted @ 2014-05-06 11:46 292873711 阅读(406) 评论(0) 推荐(0) 编辑