Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: MoNksBaNe_Agahnim on December 26, 2003, 08:44 AM

Title: Underlining and Italics
Post by: MoNksBaNe_Agahnim on December 26, 2003, 08:44 AM
How would I code something so that when it comes up on the cmd line screen (basic application) it is underlined or italicized, according to how I wanted it to be?
Title: Re:Underlining and Italics
Post by: Adron on December 26, 2003, 09:04 AM
I don't think you would.
Title: Re:Underlining and Italics
Post by: Kp on December 26, 2003, 12:23 PM
However, you could use color (including reverse color) via SetConsoleTextAttribute.