Oh no... Messing with the [
tt] tag will mess up a lot of my carefully-formatted posts! Aaiiieeee!
Also, I have occasionally used the formatting tags in [
code] blocks to refer to specific pieces of code for the user.
Here, I used [
tt] to put some spacing in some inline code:
http://www.cplusplus.com/forum/unices/14869/page1.html#msg72809
Here, I used [
b] to highlight specific pieces of code for the OP:
http://www.cplusplus.com/forum/general/14864/page1.html#msg72789
I liked being able to do this, because the OP could be directed to important/relevant parts of the code, but he could still cut and paste the code without the BBcode tags going along for the ride. (Meaning he didn't have to find and remove them before he could compile the examples I gave.)
[edit]
Further, the space-formatting characteristics of the [
tt] tag I have often used to match line numbers with code, and to list duplicates and/or modifications to a specific line.
2 op's original code here
That is formatted with
2 [code] op's original code here[/code] |
Finally, I've used the [
tt] tag and [
b] tag together to do things like formatted output and console sessions -- which I can see being replaced with the [
output] tag, but that's how I've used it for a while now...
Argh.