Bold text with cout

I am looking for a way to create different text styles for my output. I would like to use cout to produce some text that is bold and other text that is not bold. Underlined text and dimmed/bright text would also be useful. Thanks.
What OS and compiler are you using?
Last edited on
It might be worth your time to mess around with NCurses / PDCurses.
I am using mac osx 10.7 and I'm not sure which compiler I'm using.

I do not know anything about NCurses or PDCurses. Looks like something I should read up on.

edit: typo
Last edited on
Well I was gonna recoomend NCurses as Duoas did, but I thought it only ran on Linux. I'd check the website. As for the compiler, you should find that out because you should know it anyways :o. I'm assuming your using XCode?
Yes, I am using xcode. I use g++ to compile.
Topic archived. No new replies allowed.