CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2000
    Location
    austin
    Posts
    101

    maps, lists, etc for c

    hello,
    so c++ has the stl, perl has cspan, what does c have? if i want a map, or a list, i have to write it myself? or is there like a website that makes available free libraries?

    its not that i couldn't write the simple data structures myself, but why reinvent the wheel, no?

    thanks,
    -- christopher

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: maps, lists, etc for c

    Originally posted by clockworks
    hello,
    so c++ has the stl, perl has cspan, what does c have? if i want a map, or a list, i have to write it myself? or is there like a website that makes available free libraries?

    its not that i couldn't write the simple data structures myself, but why reinvent the wheel, no?

    thanks,
    -- christopher
    I'm sure there are 'C' libraries that implement such things. If you do a google search, you will probably find a few.

    Here is a library, but you need to pay for it:

    http://www.softwaresensation.com/memsl/memslc.html

    Regards,

    Paul McKenzie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured