Thread: colored text
View Single Post
May 27th, 2004
0

Re: colored text

Well depending on your operating system you may be able to get by with something like this:

C++ Syntax (Toggle Plain Text)
  1. #include <stdlib.h>
  2. #include <iostream.h>
  3. void main()
  4. {
  5. cout<<"Boring..."<<endl;
  6. system("color 0B");
  7. cout<<"AMAZING!"<<endl;
  8. }
Reputation Points: 28
Solved Threads: 9
Posting Whiz in Training
BountyX is offline Offline
222 posts
since Mar 2004