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

Thread: Sudoku

  1. #1
    Join Date
    Aug 2006
    Location
    Dallas, TX
    Posts
    47

    Unhappy Sudoku

    I have a project for my C++ Class to create a program that will sove a sudoku puzzle. I've checked and double checked my code and can't seem to find a problem. So i'm thinking it's a logical error. It's giving me a status stack overflow. I would really appreciate any help. I've attached my code if it helps. You'll need to change the sudoku.txt to a .dat extension to run the code.
    Attached Files Attached Files

  2. #2
    Join Date
    Aug 2006
    Location
    Dallas, TX
    Posts
    47

    Re: Sudoku

    Hey guys I had a friend of mine point out that a random number generator would solve the issues i'm having. However, The professor has dictated that we havn't gone over those yet so not allowed. The general functions we can use are classes, functions, pointers, variables, and external binary/text files. the program is required to be recursive. Those are the limitations i have to work with. I hope you can understand my problem now.

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