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

Search:

Type: Posts; User: snoopy2003

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,305

    Re: Data structure for new/old items codes

    Hello,

    Thank you for your answer.

    Does hash table will be useful in this situation ?

    a-> b-> c -> d -> e
    f -> g -> h-> e
    i -> e
  2. Replies
    2
    Views
    1,305

    Data structure for new/old items codes

    Hello,

    I have a 2 tables

    items codes: new item code, old item code
    items quantities: item code, month, items quantity

    There are several cases:

    Case 1:
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured