27 Reputation Points
Ranked #928
- 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
0 Endorsements
Ranked #107.48K
Re: 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"); } … |