Re: hash implementation or API for Visual C++ ?
From: Jim Gibson (jgibson_at_mail.arc.nasa.gov)
Date: 03/17/05
- Previous message: Jim Gibson: "Re: Executing Shell"
- In reply to: andreas gammel: "hash implementation or API for Visual C++ ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Mar 2005 13:26:26 -0800
In article <f8635ba0.0503140025.6c192733@posting.google.com>, andreas
gammel <amgammel@yahoo.com> wrote:
> I want to use Perl hash functionality (hashes of hashes, arrays of
> hashes, hashes of arrays) in my C programs.
>
> Other Perl functions (split, chomp, regular expressions) would be
> welcome too.
>
> Is there a C/C++ implementation of hashes/arrays ?
> Is there an Perl API/library for Visual C++ ?
Associated arrays (hashes) are implemented in C++ by the Standard
Template Library (STL). They are called "maps" there.
There is a Perl-Compatible Regular Expression library available for
C/C++. Google for it.
FYI: this newsgroup is defunct. Try comp.lang.perl.misc in the future
for general Perl questions. You might have better luck asking questions
about C/C++ in a C or C++ newsgroup.
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
- Previous message: Jim Gibson: "Re: Executing Shell"
- In reply to: andreas gammel: "hash implementation or API for Visual C++ ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|