上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 1357 下一页
setlocale 配置地域化信息。 语法: string setlocale(string category, string locale); 返回值: 字符串 函数种类: 操作系统与环境 本函数用来配置地域的信息。参数 category 有下列的选择: LC_ALL 包括下面的全项选项都要。 L Read More
posted @ 2019-01-09 23:11 findumars Views(2232) Comments(0) Diggs(0) Edit
序中,如果要将ASCII码字符串转换为宽字符(Unicode),可以利用标准C的mbstowcs函数。 微软在MSDN中有示例,如下: 然而,这段代码在处理含有汉字的字符串时就会出现问题。比如将: wchar_t *pwchello = L"Hi"; 替换为wchar_t *pwchello = L Read More
posted @ 2019-01-09 23:06 findumars Views(998) Comments(0) Diggs(0) Edit
今天发现用securecrt登陆时,gcc编译出错时会出现乱码,但直接在主机的窗口界面下用Shell编译却没有乱码。查看了一下当时的错误描述,发现它的引号是中文引号,导致在SecureCRT中显示出错: before numeric constant 在网上查了一下,可以通过修改LC_CTYPE=z Read More
posted @ 2019-01-09 23:01 findumars Views(1942) Comments(0) Diggs(0) Edit
转自:http://zyxhome.org/wp/cc-prog-lang/c-stdlib-setlocale-usage-note/ [在此向原文作者说声谢谢!若有读者看到文章转载时请写该转载地址,不要写我的BLOG地址。尊重他人的劳动成果 ^_^ ] C 和 C++ 的标准库分别有自己的 lo Read More
posted @ 2019-01-09 22:37 findumars Views(1086) Comments(0) Diggs(0) Edit
I have been quite annoyed by a Windows bug that causes a huge number of open-source command-line tools to choke on multi-byte characters at the Window Read More
posted @ 2019-01-09 22:29 findumars Views(440) Comments(0) Diggs(0) Edit
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 1357 下一页