Does anyone have information or example of how to mount the equivalent of a Dictionary (VB6) in C or C++ ?
This implementation is used to be passed as a parameter called DLL VB6.
My intention is to create a Dictionary in C (win32 using VARIANT/ARRAYs, etc) and pass it to call a VB. So I have to learn how to create this data structure.
Tanks.