NEW ARTICLE ADDED

01.09.2006

This is where you can put your latest news.

read more ...

01.09.2006

This is where you can put your latest news.

read more ...

TOOLS

All DopeCode Tools are free, here is the list of available tools.

Contact

This space can be used for additional information such as a contact phone number, address or maybe even a graphic.

DopeCode WebSource

DopeCode Websource is a small utility to turn C++ code into HTML. This project is currently undergoing some reworking to bring it up to date. There is a stable, but old, version available for download at the bottom of the page. Below is a screenshot of the application and some of its output.

Screenshot

Screenshot 2

Sample Output

Below is some HTML that has been generated by WebSource. The new version will provide more options on colouring etc. Check back soon.

#include "example.h"

#define JIBEROO

int main(int argc, char* argv[])
{
    // This is a bit of example source code to show how
    // WebSource turns C++ into HTML.

    cout << "Hello world???" << endl;

    int i, double d;
    cin >> i;
    cin >> d;

    return 1;
}

Download

Install Icon Download old version of DopeCode WebSource, 24 KB

Softpedia 100% Clean