New Site Features
You'll have noticed the new search tool on the navigation bar and in the menu. Though there's not yet enough content for you to get lost, it will prove a valuable feature in the long run.
There's also a new code formatting tag you can use within messages... just type the tags without the spaces:
< c >
void formated( int code )
{
printf("Isn't this nice?");
// useless line, if you ask me
code++;
}
< /c >
Which gives you something like this:
COol ey?
|