Lists and Maps

Discussion in 'MFC' started by tvks, May 6, 2009.

  1. tvks

    tvks New Member

    Joined:
    May 6, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I am totally new to VC++. I have a requirement to draw maps and lists (data storage classes).

    Where do I dig in some material ?? I will be happy if I can see a complete code.

    Pls do not ask me to do googling for I have not found any complete code for reference at all.

    Regards,

    tvks
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    If you're totally new then I'd suggest an easier language than C++...

    Could you clarify what you mean by "draw maps and lists"? Are you talking about data relationship maps or geographical maps? By "draw", do you mean some sort of visual/graphic representation?
     
  3. tvks

    tvks New Member

    Joined:
    May 6, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    By lists I mean a similar display to a datagrid in C#. Something like a table.

    By maps I mean something like a tree strucutre with images like folder images, root node images, sub folder images, etc.

    I now feel that if I explain my requirement it will be better.

    My current requirement is that I need a tree control with images (as mentioned above). Whenever I select a child node I want a grid to be displayed on the right part of the form. Each node will have different tables with different number of rows and columns.

    I will be happy if I can see some code piece that will give me a good idea of how to proceed.

    Regards,

    tvks
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice