Re: hash implementation or API for Visual C++ ?

From: Jim Gibson (jgibson_at_mail.arc.nasa.gov)
Date: 03/17/05

  • Next message: Jim Gibson: "Re: Perl Scripting problem - please help!"
    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 =---


  • Next message: Jim Gibson: "Re: Perl Scripting problem - please help!"

    Relevant Pages

    • Re: What do you need to have to be considered a Master at Perl?
      ... Analytically and Creative at Regular Expressions ... Arrays and Hashes, including slices and references ... Shared Hosting, Reseller Hosting, Dedicated & Semi-Dedicated servers ...
      (comp.lang.perl.misc)
    • Re: What do you need to have to be considered a Master at Perl?
      ... Analytically and Creative at Regular Expressions ... Arrays and Hashes, including slices and references ...
      (comp.lang.perl.misc)
    • Re: [SLE] Programming environment selection.
      ... when you use OO design the complex data structure ... > better than hashes of hashes, arrays of arrays of hashes etc. etc.? ... I guess you could label most language features as "syntatic sugar", ...
      (SuSE)
    • Re: Another Dereference Post by me
      ... Using the Schwartzian transform, each file's modification time ... perldoc perllol -- "Lists Of Lists", showing you how to create and use ... multidimensional arrays. ... lists", showing you how to construct arrays of hashes, hashes of arrays, ...
      (comp.lang.perl.misc)
    • trying to understand hash of hashes or multidimensional arrays
      ... I've read dozens of postings about 'hashes of hashes' and ... unknown number of levels, in each level an unknown number of locations, ... multidimensional array (or should it be a 'hash of hashes'?). ... arrays and then having elements of arrays referring to other arrays, ...
      (comp.lang.perl.misc)