CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #7
    Join Date
    Jun 2015
    Posts
    208

    Re: crash on map access

    Quote Originally Posted by pdk5 View Post
    I have a static map,
    In an earlier reply to you here,

    http://forums.codeguru.com/showthrea...atic-map-table

    I gave a link to another thread where I've posted a complete implementation of a simple record database. It uses std::unordered_set (or alternatively std::set).

    It would be very easy to adapt using strings as keys and values.
    Last edited by tiliavirga; November 23rd, 2015 at 04:01 AM.

Tags for this Thread

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