Advertisement

Visual C++ ASCII Characters (GunGod)

Started by July 16, 1999 10:20 PM
4 comments, last by Nick Murphy 25 years, 5 months ago
Got Help in chat, Thank you

------------------
/````\_______
|``````| ..._______/`
| __/ | |_/
|_/ |_|

code:
 /````_______
|``````| ..._______/`
|  __/ | |_/
|_/    |_|
whatt's wrong with the signature???
code:
 /````_______
|``````| ..._______/`
|  __/ | |_/
|_/    |_|
Advertisement
what's wrong with the signature???
code:
 /````_______
|``````| ..._______/`
|  __/ | |_/
|_/    |_|
Try using <pre> before your signature and </pre> after, to get a fixed-width font. The default font of this bulletin board once you actually post is variable width, while the editing space is fixed, so it looks fine in editing but weird when posted.
Quick test:

This is a line without using pre
<pre>
This is a line using pre
</pre>

if those look different then it works. Otherwise you're probably out of luck...

-fel

~ The opinions stated by this individual are the opinions of this individual and not the opinions of her company, any organization she might be part of, her parrot, or anyone else. ~
I'm teaching myself C++ and i can't get character 124 (I think) to display itself on my screen. I
need this character because i have 2 errors and i need to insert this character 2 times so....Please
Help!
Uh.. Felis. HTML tags are disabled.
However, you can use UBB code. If you want preformatted text, like the <pre> tags. Then use the UBB keyword: code with square brackets around it, eg.. [] (hmm.. it isn't displaying the brackets) Well, it is ASCII characters 91 && 93. After that you must add /code (in brackets of course).

Preformatted text:

code:
for(i; i < max; i++){    cout << "UBB is very useful.";}

Unpreformatted:
for(i; i < max; i++)
{
cout << "UBB is very useful.";
}

Hmm.. Not a very good example, but, oh well.

-Chlorine

[This message has been edited by Chlorine (edited July 16, 1999).]

[This message has been edited by Chlorine (edited July 16, 1999).]

This topic is closed to new replies.

Advertisement