the code tags should turn off Here's an example
where you can have problems.

Code:
#include <stdio.h>

int main(void) 
{
     for(;;) {
         puts("infinite loop");
    }

     return 0;
}
There's probably some other minor stuft
which will throw it off to.