cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
array structs?
array structs?
Oct 21, 2008 at 11:23am UTC
quant
(78)
How to rewrite it synonym to the array structs?
typedef map<pair<u32, string>, u32> find;
Please, sample.
Last edited on
Oct 21, 2008 at 8:38pm UTC
Oct 21, 2008 at 8:38pm UTC
quant
(78)
please, help.
Oct 21, 2008 at 8:50pm UTC
Zaita
(2770)
http://www.cplusplus.com/forum/articles/1295/
Oct 22, 2008 at 11:30am UTC
quant
(78)
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.
Oct 22, 2008 at 7:08pm UTC
Zaita
(2770)
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.