Databases

Can someone give me some pointers to resources or solutions to the following topic:

Organizing and managing a large database of words building semantic relationships between them.

Questions:

1. Is C++ a good language to manage large databases
2. Is there a better language/software solution that can easily manage my database but return output that I could use in C++

3. Is C++ a good language for securing and encryption? If not, where should I look?

Thank you in advance!
1. If you use existing database server, C++ is as good at interacting with databases as any other language. Just find library which wraps all low-level querries stuff and lets you use high level of abstraction.

3. As good as any other. It is alghorithms you should look for and to know what you actually doing and why.
Try MySQL
Topic archived. No new replies allowed.