1 Star 0 Fork 0

Velcon-Zheng/bowtie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
color.h 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
langmead 提交于 2009-11-24 20:53 . *** empty log message ***
/*
* color.h
*
* Created on: Oct 18, 2009
* Author: Ben Langmead
*/
#ifndef COLOR_H_
#define COLOR_H_
#include <string>
enum {
COLOR_RED = 1,
COLOR_GREEN,
COLOR_YELLOW,
COLOR_BLUE,
COLOR_WHITE = 7
};
void appendConsoleColor(std::string& s, int color);
void setConsoleColor(int color);
void appendColor(std::string& s, char color);
void printColor(char color);
#endif /* COLOR_H_ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Velcon-Zheng/bowtie.git
git@gitee.com:Velcon-Zheng/bowtie.git
Velcon-Zheng
bowtie
bowtie
master

搜索帮助