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.
+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.