Results 1 to 3 of 3

Thread: Scrabble C+ HELP!

  1. #1
    Join Date
    Jun 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Scrabble C+ HELP!

    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 .

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: Scrabble C+ HELP!

    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.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Scrabble C+ HELP!

    Quote Originally Posted by nico08 View Post
    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?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.