会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
admrty
Q: 0x:191CEB23
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2021年8月24日
字符串学习之-自写strchr 字符串查找字符函数
摘要: 1 // mystrchr.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include "stdio.h" 6 #include "stdlib.h" 7 #in
阅读全文
posted @ 2021-08-24 15:13 admrty
阅读(114)
评论(0)
推荐(0)
2021年8月22日
两种方式访问字符数组
摘要: 1 // 2 3 #include "stdafx.h" 4 #include <stdio.h> 5 #include <stdlib.h> 6 7 int main(int argc, char* argv[]) 8 { 9 // char *pchar="1calc"; 10 // 11 //
阅读全文
posted @ 2021-08-22 12:35 admrty
阅读(86)
评论(0)
推荐(0)
2021年8月21日
C语言-字符串操作
摘要: 1 #include "stdafx.h" 2 #include <stdlib.h> 3 #include <stdio.h> 4 5 int main(int argc, char* argv[]) 6 { 7 8 //char chArry[10]="calc"; //数组型 9 // cha
阅读全文
posted @ 2021-08-21 20:57 admrty
阅读(46)
评论(0)
推荐(0)
2021年7月28日
编程小乐园,记录自己学习编程的过程
摘要: 主要是为了温故而知新
阅读全文
posted @ 2021-07-28 12:31 admrty
阅读(46)
评论(0)
推荐(0)
2015年2月7日
2015
摘要: 2015,注定是不平凡的一年,成就我的梦想!
阅读全文
posted @ 2015-02-07 14:06 admrty
阅读(46)
评论(0)
推荐(0)
上一页
1
2
公告