![]() |
Dictionary in C++
Hi, i would like an advice here. I want to make a language dictionary application in Visual C++. It won't be online. It'll be something like oxford dictionary. So the entries will be a lot and i think that Access ain't what i need. Anybody has a suggestion on what kind of database should i use?
|
If you only use it for yourself, I would choose MySQL (since that's the only one I know ;)). I doubt that other users would take the time to install and set up MySQL, though.
|
Quote:
|
One can build a balsa "throw it across the yard" thangy, or a radio-controlled model airplane (up to 1/4 scale, even) or a Cessna 182 RG or a Boeing 747. It's just a matter of skill, pocket depth, and marketing/organizational expertise.
|
I'd probably go with MySQL also... MS Access is fairly limited for numerous tuples.
If you don't want the end user having to install a MySQL database server, you could host a centralized database and have the clients connect over TCP/UDP or you can give SQLite a shot... a self containted database endgine. You can find SQLite here: http://www.sqlite.org/ |
Quote:
|
Quote:
|
I've thought about doing something like this before most of my ideas relied on the same principle:
Each letter can be followed by 26 other letters, or can end. so each 'letter' structure would be arranged as the following :
letter:
'c' -> 'a' -> 'n' -> 'd' -> 'y'obviously I didn't include all 'letter' links but each layer would have its own links on down the line, hope this helps. -MBirchmeier |
There's an old article in DDJ regarding the use of a trinary tree for an approach similar to MBirchmeier's.
Quote:
|
Quote:
This very intriguing for me as i want to make a good project for my postgraduate essay in linguistics. I'm willing to do what it takes to accomplish |
| All times are GMT -5. The time now is 9:14 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC