|
|
 |
| C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

October 10th, 2004, 09:21 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: Montreal, Quebec, Canada.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Crossword Puzzle
i'm trying to write a program that will be capable of create and solve crossword puzzles but i dont know where to start since i haven't done this before. So therefore,any good hint about how to proceed or code samples is very welcome!
|

October 11th, 2004, 03:52 AM
|
|
Friend of Wrox
|
|
Join Date: Jul 2004
Location: Tehran, , Iran.
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Hello,
can you elaborate what you want from your crossword puzzle,what should it do?
(certainly you should start from a 2 demential array).
--------------------------------------------
Mehdi.:)
|

October 16th, 2004, 02:47 PM
|
|
Friend of Wrox
|
|
Join Date: Jul 2004
Location: Tehran, , Iran.
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
|
|
I solved it(just in my brain!!!)
(I have an O(n^2) algorithm).
--------------------------------------------
Mehdi.:)
|

October 17th, 2004, 07:04 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: Montreal, Quebec, Canada.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
> can you elaborate what you want from your crossword
well,the program that i'm trying to do should be able to make new puzzle or solve existing crossword puzzle.currently,i'm trying to use the STL library to make the implementation.(mostly,i will be using strings and vectors)
|

October 19th, 2004, 02:08 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: , , .
Posts: 453
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
for making and solving the corss word puzzel first what you need is some sort of words-bank a dictionary.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |