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

Thread: Sudoku

Threaded View

  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

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