콘솔 색상 변경1 [C++] 콘솔환경에서 글자색,배경색 색상 변경 C/C++ 콘솔환경에서 글자색, 배경색 변경하기 main() 함수 이전에 #include 와 color 상수 지정해 주는 부분을 추가해 주고 색상변경 함수를 만들어서 사용하면 된다 ! #include // color상수 지정 #define BLACK 0 #define BLUE 1 #define GREEN 2 #define CYAN 3 #define RED 4 #define MAGENTA 5 #define BROWN 6 #define LIGHTGRAY 7 #define DARKGRAY 8 #define LIGHTBLUE 9 #define LIGHTGREEN 10 #define LIGHTCYAN 11 #define LIGHTRED 12 #define LIGHTMAGENTA 13 #define YELLOW 1.. Dev etc/etc 2023. 9. 21. 이전 1 다음 728x90