array structs?

How to rewrite it synonym to the array structs?
typedef map<pair<u32, string>, u32> find;
Please, sample.
Last edited on
please, help.
ok, I want porting the project from c++ to c and I've problem with rewritible that pair associate list. I might purpose what is array struct's, but don't understand how to do it in arrays in C.
Your going to have to write or your implementation of a map in C, as the STL Map container is purely a C++ construct.

I'd check a C forum or google for a C Map implementation.
Topic archived. No new replies allowed.