Legion Gaming Lord Staff member Nov 23, 2011 1,808 679 Apr 20, 2012 #1 What do i use to change text color? My code right now is: Code: { cout << "Color red"; return 0; } What do i do?
What do i use to change text color? My code right now is: Code: { cout << "Color red"; return 0; } What do i do?
Adil DevBest CEO May 28, 2011 1,278 716 May 6, 2012 #2 I don't think there's a default option for changing font colour. C++ isn't like C#, or Java. Upvote 0 Downvote