Search:

Type: Posts; User: kazaftan

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    5,312

    Can anyone explain to me about A* algorithm?

    Can anyone explain to me about A* algorithm?
  2. Replies
    17
    Views
    5,312

    I hope so. Thank you.

    I hope so. Thank you.
  3. Replies
    17
    Views
    5,312

    using System; namespace Mehroz { public...

    using System;

    namespace Mehroz
    {
    public MazeSolver(int[,] iMaze)
    {
    m_iMaze=iMaze;
    m_iRows=iMaze.GetLength(0);
    m_iCols=iMaze.GetLength(1);
    }
  4. Replies
    17
    Views
    5,312

    orh ok. Thank you for your help. If i counter any...

    orh ok. Thank you for your help. If i counter any problem i will post again.
  5. Replies
    17
    Views
    5,312

    LOL! ya.i uable to load n display the maze out....

    LOL! ya.i uable to load n display the maze out. Google example are mostly in CLR console application not in window form application. That why don't know how is it been done.
  6. Replies
    17
    Views
    5,312

    Dots. I been searching for quite sometime...

    Dots. I been searching for quite sometime already. But the maze still unable to load n display.
  7. Replies
    17
    Views
    5,312

    Huh? That is a google link.

    Huh? That is a google link.
  8. Replies
    17
    Views
    5,312

    Orh ok. But it run it window form application not...

    Orh ok. But it run it window form application not in CLR console application. Can it been done also?
  9. Replies
    17
    Views
    5,312

    Creating Maze Silmulator in C++ language

    Do anyone know how to create a maze simulator using c++ coding and in visual studio 2008 application? Thank you.
Results 1 to 9 of 9