CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Nov 2010
    Posts
    1

    Help Solving Maze using pointers and Search

    Ive written a program that takes a txt file and reads in a maze.. My approach is not the best.. However, im really close to being done. I can't figure out how to get my search function to be equal to the place in the array.

    im trying to set current to what i return in the searchArray function.

    Please Help!
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured