CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2010
    Posts
    9

    testing code tags

    <code> This is code </code>
    <code>
    This is code with a newline above it and below it.
    </code>
    Lolz just making sure I know how the code tags work

  2. #2
    Join Date
    Sep 2010
    Posts
    9

    Re: testing code tags

    Guess I dont...?

  3. #3
    Join Date
    Dec 2010
    Posts
    3

    Re: testing code tags

    I was trying to find out the same thing. Oddly enough - no mention of how to do this in the FAQs.

    I'm going to try square brackets.

    Code:
    for (uint i = 0; i< 10; i++) {
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured