Use character attributes such as bold, underline, blinking, colors, ect, ect, on the DOS command line interface.
|
Submitted By:
no2pencil
|
|
Rating:
 
|
| Views: 2,187 |
Language: C++ |
| Last Modified: October 31, 2007 |
Snippet
#include <stdio.h>
#include<iostream.h>
#include<conio.h>
int main(void) {
cout << "regular " << '\033' << '[' << "boldface" << endl;
}
Copy & Paste
|
|
|
Be Social
Reference Sheets
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
|
What's Here?
- Members: 358,290
- Replies: 966,094
- Topics: 163,334
- Snippets: 4,996
- Tutorials: 1,330
- Total Online: 2,480
- Members: 148
- Guests: 2,332
|