摘要: 函数原型:extern char *strlwr(char *str) extern char *strupr(char *s)参数说明:str为要转换的字符串。所在库名:#include <string.h>函数功能:将字符串str中的大(小)写字母转换成为小(大)写字母,其它的不进行转换。返回说明:返回转换后的字符串的指针。注意:函数参数需要是字符串数组而不能是字符串指针。大整数转换成字符串:_ui64toa,_i64toa;_atoi64,_strtoui64。配置文件中经常用到ini文件,在VC中其函数分别为:写入.ini文件:bool WritePrivateProfil 阅读全文
posted @ 2012-11-19 14:06 小 楼 一 夜 听 春 雨 阅读(316) 评论(0) 推荐(0)