R
Robert Oschler
I know this is a Perl newsgroup and not a "C" newsgroup, but I am hoping
that there's at least a few of you out there also program in "C".
I am converting a Perl script over to "C" for a potential open source
project. I need some open source "C" code that will give me the same
functionality of a Perl Style associative array:
someArray["a_key_label"] = 6;
I know I can't get the same syntactic sugar as Perl offers, with the usage
of a string as the array key surrounded by square brackets. I just want the
general functionality, that's all.
Do any of you Perl programmers that also know "C", know of any open source
"C" code that provides a container with the same behavior as Perl style
arrays? URL's if you got 'em please.
Thanks.
that there's at least a few of you out there also program in "C".
I am converting a Perl script over to "C" for a potential open source
project. I need some open source "C" code that will give me the same
functionality of a Perl Style associative array:
someArray["a_key_label"] = 6;
I know I can't get the same syntactic sugar as Perl offers, with the usage
of a string as the array key surrounded by square brackets. I just want the
general functionality, that's all.
Do any of you Perl programmers that also know "C", know of any open source
"C" code that provides a container with the same behavior as Perl style
arrays? URL's if you got 'em please.
Thanks.