See Link

http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=65507#65507
code language="c++"]
#include <iostream>
int main()
{
std::cout << “Hello World!” << endl;
return 0;
}
[/code]
Except put the [ at the beginning.


class
="txt4"> #include <iostream>
int main()
{
std::cout << “Hello World!” << endl;
return 0;
}


Throws in the
class="txt4">.
[1310 byte] By [RITZ] at [2007-12-16]
# 1
I'm a bit confused on exactly what problem you are encountering with the forums. Can you clarify for me?
JoeMorel-MSFT at 2007-9-9 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 2
Hi,

Ritz has tried to add the C++ code within a C++ language tag - although I dont think there is one provided for C++ language.

When he does that, the additional HTML text of txt4 etc becomes visible in the post along with the code. You can see the same in the link which Ritz has provided.

I think you can consider this to be a request for a C++ Language code block tag like the ones for VB and VC# where the user can enclose code snippets with the appropriate language tag.

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...
# 3
Thanks for the feedback (and the clarification Vikram)! A feature request has been filed with the forums team.
JoeMorel-MSFT at 2007-9-9 > top of Msdn Tech,Feedback for forums and MSDN websites,Bug Reports for Forums website...