• Welcome to Valhalla Legends Archive.
 

Documenting a Project

Started by FrOzeN, May 27, 2007, 03:10 AM

Previous topic - Next topic

FrOzeN

For school, in Visual Basic 6 I have to make a program. The project I'll be making will consist of quite an amount of code, and an excessive amount of documentation on how all the code works and what it does. To give a bit of an idea, it'll be using a TCP connection done via the API and will have subclassing to hook the socket and capture the events (such as packets arriving) to be processed accordly, and be all neatly put together in a series of classes.

As I'll be making this project I want a way to document all the changes I make to my code. Usually I just have a text file which I log everything, though, I was wondering what other ways this can be done without having to install other software on the computer that'll be viewing the documentation (if the software can export the documentation to a webpage, pdf file, or something then that'd be fine too).
~ FrOzeN

iago

The two most common documentation things that I know of are doxygen and javadoc. I'm not sure if doxygen works in the language you're using, and javadoc definitely doesn't.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


squeegee

They teach visual basic 6 in middle school now? What a waste of funding

Stealth

Quote from: squeegee on June 26, 2007, 10:15 PM
They teach visual basic 6 in middle school now? What a waste of funding

Hardly. Hook 'em while they're young :)
- Stealth
Author of StealthBot

Chriso

Quote from: Stealth on July 09, 2007, 08:03 AM
Quote from: squeegee on June 26, 2007, 10:15 PM
They teach visual basic 6 in middle school now? What a waste of funding

Hardly. Hook 'em while they're young :)
Sorry for the bump. I believe he means that the coding language is outdated, they should be teaching something more modern and less restrictive.

rabbit

Grif: Yeah, and the people in the red states are mad because the people in the blue states are mean to them and want them to pay money for roads and schools instead of cool things like NASCAR and shotguns.  Also, there's something about ketchup in there.

Yegg


rabbit

Grif: Yeah, and the people in the red states are mad because the people in the blue states are mean to them and want them to pay money for roads and schools instead of cool things like NASCAR and shotguns.  Also, there's something about ketchup in there.

Noodlez


FrOzeN

Yeah, that's why I ended up doing. :)
~ FrOzeN

Hostile

HTML Help :p gives you a windows 98 feeling but its free and easy to figure out. I made the BinaryChat help file with that back when, worked out well.
- Hostile is sexy.