Hello
I need a database
1)I need easily to find a minimal value in the database
2)I want to easily add and remove values(well its trivial I know)
I tried to use STL map but I couldn't find an easy way to implement the first requirement.
Thank you in advance

Recommended Answers

All 3 Replies

1) what kind of database? There are billions of them.

2) Post code.

> 1)I need easily to find a minimal value in the database
maps have iterators, use one of them perhaps?

You can use postgresql .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.