Posts
 
Reputation
Joined
Last Seen
Ranked #926
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
30% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
3 Commented Posts
0 Endorsements
~70.2K People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for vegaseat

yes, its sad you need the string as a const, so i made a function to change the text color: void setcolor(int color) { if (color == 1) { system("color 01"); } else if (color == 2) { system("color 02"); } else if (color == 3) { system("color 03"); } …

Member Avatar for Dani
2
70K