What's Here?
- Members: 244,156
- Replies: 692,895
- Topics: 113,118
- Snippets: 3,863
- Tutorials: 935
- Total Online: 1,381
- Members: 86
- Guests: 1,295
|
Use character attributes such as bold, underline, blinking, colors, ect, ect, on the DOS command line interface.
|
Submitted By: no2pencil
|
|
Rating:
  
|
|
Views: 1,740 |
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
|