Hi,
I am quite new to C++. I have to query a database and load the results of the query into a hash (key/value pair) and then refer to this hash for getting the default values for my application.
I think map function in C++ does this. However I don't no how to use/implement this.
Can anyone guide me to some examples on the net on how to accomplish this or show me some examples how to do this.
Appreciate any help in this regard
Thanks,
Tewari
I am quite new to C++. I have to query a database and load the results of the query into a hash (key/value pair) and then refer to this hash for getting the default values for my application.
I think map function in C++ does this. However I don't no how to use/implement this.
Can anyone guide me to some examples on the net on how to accomplish this or show me some examples how to do this.
Appreciate any help in this regard
Thanks,
Tewari