📜  如何在 C++ 代码示例中添加彩色文本

📅  最后修改于: 2022-03-11 14:44:57.763000             🧑  作者: Mango

代码示例1
#include 
#include 

using namespace std;

int main()
{
    //Changing Font Colors of the System

    system("Color 7C");
    cout << "\t\t\t ****CEB Electricity Bill Calculator****\t\t\t " << endl;
    cout << "\t\t\t  ***                MENU           ***\t\t\t  " <