C#语意怎么学呢

C#语意怎么学呢

进msdn网点击msdn技术资源库搜索他们的用法就行了,msdn是个很好学习.net的资源网

函数名: toupper

功 能: 把字符转换成大写字母

用 法: int toupper(int c);

程序例:

#include #include #include int main(void) { int length, i; char *string = "this is a string"; length = strlen(string); for (i=0; i

精选文章

相关文章

粤ICP备17098710号 微点阅读