PDA

View Full Version : Scrabble C+ HELP!



nico08
30th June 2015, 00:54
hello friends I started to do a scrabble in qt but the truth is I'm really very complicated. I wonder if anyone could help me or if they have done and what they have done. Thank you very much .

jefftee
30th June 2015, 08:00
You have chosen a complicated example to cut your teeth on Qt. I would recommend you start with something less complex and then move to more complicated programs once you understand the basics of C++ and Qt. That said, my guess is you should use QGraphicsView to create your scrabble board and you'll need to use a dictionary library to validate correctly spelled words, etc.

Hunspell is one such open source dictionary library that you could look at.

Good luck.

wysota
30th June 2015, 09:36
hello friends I started to do a scrabble in qt but the truth is I'm really very complicated. I wonder if anyone could help me or if they have done and what they have done. Thank you very much .

Is this a school project of some sort?