美文网首页
美化程序的小方法

美化程序的小方法

作者: sq_smile | 来源:发表于2017-12-29 10:46 被阅读26次

简单的美化程序的小工具:

1、改编字体颜色或者背景颜色的指令集,

源代码

2、清屏

源代码:

#includeusing namespace std;

int main()

{

    int a;

    cout<<"KK"<>a;

    system("cls");

    cout<<"OK"<<endl;

    return 0;

}

相关文章

网友评论

      本文标题:美化程序的小方法

      本文链接:https://www.haomeiwen.com/subject/ghhigxtx.html