05-Indexes_Hash

This sample uses unique and non-unique hash indexes. The application demonstrates the use of generated _find() and _search() functions using unique and non-unique hash indexes.

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    05_indexes_hash
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics