CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Nov 2006
    Posts
    37

    Creating a stack with data

    I have to create a class 'Dear' that has a stack that will allow addition of 'event' information into it. The event information will include event type and date of event. All the data has to be sorted automatically while it is being added into the stack.

    Please help me with this because I am not sure of how to do this.

    I have another class 'Event'(ADT class) that has details : Event type and date of event.

    Can I call the ADT event class in the Dear class?
    Last edited by __gini2; July 2nd, 2007 at 06:17 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured