Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

console colors in C++

//This is one way to do it. Taken from stackoverflow.
system("color 70");
//It just runs a cmd command.
 
PREVIOUS NEXT
Tagged: #console #colors
ADD COMMENT
Topic
Name
2+6 =