欢迎来到贱贱的博客

扩大
缩小

2017年8月10日

c++中ctype常用函数总结(isprint isblank..)

摘要: 1 判断是否是二十六得字母中其中之一 isalpha(); 1 #include <stdio.h> 2 #include <ctype.h> 3 #include <iostream> 4 using namespace std; 5 //是否是二十六个字母 6 int main() 7 { 8 阅读全文

posted @ 2017-08-10 10:18 L的存在 阅读(2994) 评论(0) 推荐(0)

导航