E D R , A S I H C RSS

BackLinks search for "CreateMaze"

BackLinks of CreateMaze


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/FactoryMethod
         The function CreateMaze (page 84) builds and returns a maze. One problem with this function is that it hard-codes the classes of maze, rooms, doors, and walls. We'll introduce factory methods to let subclasses choose these components.
          Maze* CreateMaze();
         Now we can rewrite CreateMaze to use these factory methods:
          Maze* MazeGame::CreateMaze () {
Found 1 matching page out of 7540 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0063 sec