1. 当前位置:网站首页 > 技术教程

C语言-扬帆起航


用C语言在控制台输出 一些字符图案!!!

编译器:VS2019版本
代码如下
 #include<stdio.h> #include<windows.h>  int color(int c) {
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), c); //更改文字颜色 return 0;
    } int main() {

color(13); printf("                                                           \n"); printf("                      |    |    |                          \n"); printf("                     )_)  )_)  )_)                         \n"); printf("                    )___))___))___)╲_                     \n"); printf("                   )____)____)_____)╲╲_                   \n"); printf("              H ____E___|__L__|__L__|__O__╲╲╲__________                \n"); printf("      ---------╲_____偏锋表哥_____扬帆起航_____________╱---------       \n"); printf("          ^^^^^ ^^^^^ ^^^^  ^^^^^^^  ^^^^^    ^^^          \n"); printf("                                                           \n"); return 0;

    } 
效果图



C语言-扬帆起航


本文最后更新于2019-6-26,已超过 3个月没有更新,如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢!
获取更多资讯请加入交流群

    协助本站SEO优化一下,谢谢!
    关键词不能为空
版权说明

本文地址:http://dufengvip.cn/post-118.html
未标注转载均为本站远程,转载请注明文章出处:

联系我们

在线咨询:点击这里给我发消息

QQ交流群:KirinBlog

工作日:9:00-23:00,节假日休息

扫码关注