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.


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
| Download old version of DopeCode WebSource, 24 KB |
