Tuesday, July 28, 2009

How do i underline a word in a C++ compiler?

is there a function to underline a word in C++??

How do i underline a word in a C++ compiler?
No, there isn't. This sort of thing depends upon the operating system. So, you'll need to draw your text in a window, as opposed to a console, and consult your OS documentation on how to draw text.

forsythia

No comments:

Post a Comment