Search Result

Collapse
6 results in 0.0023 seconds.
Keywords
Members
Tags
map
  •  

  • sankar2011
    started a topic Weak HashMap Summarized
    in Java

    Weak HashMap Summarized

    WeakHashMap is a topic which is misterious to many developers. Many find it very tough to understand. Others understand but cannot describe properly.
    Those who already understand WeakHashMap may ignore this topic.

    I will not try to show how it is implemented. I would like to brief in a question-answer pattern. This will give others a starting point for further reading.

    1> What is weakhashmap?

    ...
    See more | Go to post
    Last edited by zmbd; Sep 12 '13, 08:13 PM. Reason: [z{added the url tags}]

  • Gary Tan
    started a topic 2 drop-down list and a submit button

    2 drop-down list and a submit button

    Hi i am working on a asp.net website which would route a path on a Google map using 2 drop-down list(departure country and destination country) and a button,database connection is already done,coding to draw the path too.I have troubles trying to make the drop-down list work with the button,by clicking the button,it will create a path between the 2 countries chosen....
    See more | Go to post

  • c++: How to transform a map iterator which point to pair into a “regular” pair pointe

    those are the maps:

    Code:
     multimap<SortKey,T> firstMap;
        multimap<SearchKey,pair<SortKey,T>*> secondMap;
    
    
        template <class T,class SortKey, class SearchKey> bool GarageDataBase<T,SortKey,SearchKey>::Add(T data,SortKey key1, SearchKey key2) 
        {
         multimap<SortKey,T>::iterator it;
         it=(firstMap.insert(pair<SortKey,T>(key1,data)));
    ...
    See more | Go to post

  • hagdanan
    started a topic STL map.find problem in using a compare class
    in C

    STL map.find problem in using a compare class

    Hi all, I am new to STL and I have a problem with my map. I made a class(Sort) for comparison on the map but the problem is map.find will not work.

    Can someone explain why find was not able to locate the key?

    here is the code:
    Code:
    #include<iostream>
    #include<map>
    #include<string>
    
    using namespace std;
    class Sort
    {
        public:
            bool
    ...
    See more | Go to post
    Last edited by Banfa; Apr 28 '10, 08:26 AM. Reason: Added [code]...[/code] tags

  • how to map 1 global image per webpage into multiple images

    hello,

    i want to secure my webpage's images and code from being copied, so I want to merge (like a grid) all my images into 1 jpg, and use the (index) map of each image instead of its regular url
    thus avoiding to upload each image separately by securing them in 1 tight flat image.

    can anybody tell me how to do that?

    thanks :)
    See more | Go to post

  • saadkhan
    started a topic Want to deploy private bought map?

    Want to deploy private bought map?

    I have a private map bought by my company. I need to deploy tht in my ASP.NET website. I dont have any idea about the files of it as it consist of many files with different extensions, which are as follows:
    .DAT
    .dbg
    .DCT
    .gst
    .ID
    .IND
    .MAP
    .MID
    .MIF
    .TAB
    .WOR
    See more | Go to post
Working...