954,483 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Underlining strings

I know this is very simple but I cannot remember how to underline a string in C++. Can someone please help.

somer2412
Newbie Poster
6 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 
I know this is very simple but I cannot remember how to underline a string in C++. Can someone please help.

Underline a string? You mean in Visual C++, C++.net, GTK or something surely? C++ itself doesn't do underline... it's just ascii based.

oboler
Newbie Poster
13 posts since Jun 2005
Reputation Points: 10
Solved Threads: 1
 

What about using the "Canvas"?

robgxxx
Newbie Poster
10 posts since Jun 2005
Reputation Points: 8
Solved Threads: 1
 

I think you're talking about .net there. It seems toibe part of the root project or something.

This Reference may be helpful?

Anyway it's definitly not a standard part of generic C++ you'll need to work out what "flavour" of C++ you are using and get help specific to that.

oboler
Newbie Poster
13 posts since Jun 2005
Reputation Points: 10
Solved Threads: 1
 

I think that you've got me mixed up with the origional question.
"How can I underline characters?".
I offered the advice "What about using the Canvas".
After all, they certainly wont achieve it with asc.
Canvas is part of the object code of many facities
such as ListBox, StringGraph etc and many other generic
variations in Borland, Vcc etc.

robgxxx
Newbie Poster
10 posts since Jun 2005
Reputation Points: 8
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You