PDA

View Full Version : Uml


recluse
11-12-2002, 06:18 PM
I've been stumbling around the web looking for docs on UML. Unfortunately I haven't been able to find the answer that I have. Hopefully one of you can provide some insight so I can get on with this assignment.

+Solve(in maze:Maze &):bool

Would that translate into:

bool Solve(Maze &foo);

Some bg info. This is for a project that will create a " mouse " that will solve a maze. There are two included files Maze.(cpp | h).

Thanks again guys.

Pointy
11-12-2002, 07:08 PM
Unified Modeling Language?

http://www.jeckle.de/unified.htm

recluse
11-12-2002, 07:13 PM
Yup! Thanks.

EscapeCharacter
11-12-2002, 10:32 PM
i have some of my old course material if you want them, they get pretty detailed

recluse
11-13-2002, 11:04 AM
Sure! I would love to look them over.

EscapeCharacter
11-13-2002, 01:22 PM
here you go (http://monsterbash.homelinux.org/files/umlstuffs.zip)

its about 3megs

recluse
11-14-2002, 12:15 PM
Thank you very much EscapeCharacter.