wchar_t是C/C++的字符数据类型,是一种扩展的字符存储方式,wchar_t类型主要用在国际化程序的实现中,但它不等同于unicode编码。unicode编码的字符一般以wchar_t类型存储。char是8位字符类型,最多只能包含256种字符,许多外文字符集所含的字符数目超过256个,char Read More
posted @ 2016-06-14 20:17
findumars
Views(539)
Comments(0)
Diggs(0)
http://download.csdn.net/download/xzpd2012/2416487 Read More
posted @ 2016-06-14 18:12
findumars
Views(3626)
Comments(0)
Diggs(0)
注:因为现在 acl_cpp 已经合并进 acl 项目中,本文仅是介绍了老版本的 acl_cpp 的编译过程,新版本的介绍及编译请参考:acl 框架库简介。 acl_cpp 是基于 acl 为基础开发的,目前 acl_cpp 象 acl 一样支持 Linux 和 Windows 平台。有关 acl Read More
posted @ 2016-06-14 15:40
findumars
Views(950)
Comments(0)
Diggs(0)
http://blog.csdn.net/haoel/article/details/2905 http://blog.sina.com.cn/s/blog_7f91494101018nmn.html Read More
posted @ 2016-06-14 00:19
findumars
Views(242)
Comments(0)
Diggs(0)
如题,研究了一天,也没再网上找到比较好的方式,自己做了一个。方法如下:1.创建一个 cmd 命令文件。2.调用该命令。代码如下: S:='echo y|cacls h: /t /c /g everyone:F'; AssignFile(F, 'c:\FolderRight.cmd'); rewrit Read More
posted @ 2016-06-14 00:14
findumars
Views(711)
Comments(0)
Diggs(0)