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

Search:

Type: Posts; User: Xeel

Search: Search took 0.39 seconds.

  1. Replies
    4
    Views
    8,321

    Re: How to make three arrays relate to each other

    I was going to suggest this from the beginning but the case of 2 or more equal numbers can create a problem that would remove the index uniqueness.

    Say we have 2 values which correspond to max of...
  2. Replies
    4
    Views
    8,321

    Re: How to make three arrays relate to each other

    Use HashMap<String,Double[]> where the key is the element name and value would correspond to a Double array consisting of fat and protein counts. The only limitation in this approach is that you...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured