CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: LeanA

Search: Search took 0.04 seconds.

  1. Re: How to know if Key in Vector does not exist / If File has write permissions

    Hi Philip,

    Thanks for the tip! Going to try it.
  2. Re: How to know if Key in Vector does not exist / If File has write permissions

    Hi Philip, and GCDEF, thanks for replying:

    Oops, sorry, I got confused and made an error: it should be hash map and not vector. I declare it like this:

    hash_map <string, string> Dictionary;
    ...
  3. How to know if Key in Vector does not exist / If File has write permissions

    Hi all,

    I have 2 questions to ask, and I decided to ask them in a single thread (to save space for the other forum goers).

    1. How to find if a key in a vector doesnt exist?

    Ex. There...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured