1. Help the article writers to follow a general format.
2. Help editors to just format it easily.
So here we have the default template.
Quote:
Introduction
What the article / tutorials /code snippet does, why it's useful, the problem it solves etc.
Background
Some Background about the article.
The code
A brief description of how to use the article or code. The class names, the methods and properties, any tricks or tips.
Blocks of code should be set as style "Formatted" like this.
Do not add syntax colorizing to your code snippets. Our scripts will colorize your code automatically if you specify the language name.Code: Cpp// Any source code blocks look like this.
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello world"<<endl;
return 0;
}
References
Any External / Internal references for the article / tutorials /code snippet.

