gpt4 book ai didi

c++ - 使用 conio.h 更改文本颜色时出错

转载 作者:太空宇宙 更新时间:2023-11-04 14:12:37 26 4
gpt4 key购买 nike

嘿,我刚刚找到了一个我想使用的名为 coni.h 的库来更改文本颜色。但是我在其中一个函数中遇到错误:textcolour(RED);它说它是未定义的。

#include <iostream>
#include <string>
#include <conio.h>
#include "Storyline.h"

using namespace std;

int main()
{

Storyline story;
story.Story("Title.txt");
textcolor(MAGENTA+BLINK);
cout << "Hello";





getchar();
getchar();
}

最佳答案

我只是使用了 system("color 0a");来自“Windows.h”。我现在有了我需要的东西。

关于c++ - 使用 conio.h 更改文本颜色时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13435298/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com