How to create an array of objects using MFC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eihabisaac
    New Member
    • Aug 2007
    • 38

    How to create an array of objects using MFC

    hey

    i need to create an array of objects then to use it in a list control,,

    - im asking the user to enter data using textboxes and combo box in a dialog then he click ok ...

    -after the ok i want it to be inserted in the array so i can use it later ...

    -this operation will loop until he decide to stop ...

    -then in another dialog i want to display the items of the array in a list control

    can anybody help me or if there is any tutorials about array of objects ,,,

    thanks in advance
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Try here: http://bytes.com/forum/thread772412.html.

    Comment

    Working...