How to get value from key in map?

Recommended Answers

All 2 Replies

How to get value from key in map?

A map can be indexed by the key to retrieve a value. So, given the key key and the map table , you could get the value for key by way of table[key] .

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.