Today, I found C 2HTML on the Internet. You can make it easy to display the C source code on the web page. Introduction to the friends who don't know, the following is the effect: http://www.bedaux.net/ CPP2HTML / # include
Using namespace std;
int main ()
{
Cout << "Hello, World!" << Endl;
Return 0;
}