自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 简单输出的部分代码~

//输出字符~ #include <stdio.h> int main(viod) { printf("%c,a"); return 0; } //输出字符串~ #include<stdio.h> int main(viod) { printf("*****\n**|**\n*|.|*\n|...|\n......\n"); return 0; } //输出句子~ #include <stdio.h> int ma...

2022-01-14 18:42:19 336

原创 有关数据类型~

char 1byte //字符数据类型 short 2byte //短整型 int 4byte //整型 long 4byte //长整型 long long 8byte //更长整型 float 4byte //单精度浮点型 double 8byte //双精度浮点型 *1byte(字节)=8bit(位) *1KB=1024byte *1MB=1024KB *1GB=1024MB ...

2022-01-12 20:37:26 189

原创 我的第一个代码~

我的第一个代码~ #include <stdio.h> int main() { printf("hello C world!"); return 0; }

2022-01-11 21:19:56 179

1.1C++的初步知识

从C到C++,这是我的第一个C++程序

2023-01-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除