Thread: ADT generic programming

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    1

    ADT generic programming

    Having trouble understanding Abstract data types. Does anyone have any ideas as to where I can find some information on this. I need to see a complete example including the main so i can implement this. I have seen the templates tutorial but it wasnt deep enough.

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    An abstract datatype is for example a queue, a binary tree, a linked list, a graph etc. Can you be a bit more specific?

    Or check out books/sites on datastructures or abstract datatypes.

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    249

    chick the cprogramming.com

    I think that they have something about that...

    you can look at any C++ books,
    They spend a lot of pages talking about that in any language.
    C++
    The best

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. generic printing preferences dialog box
    By stanlvw in forum Windows Programming
    Replies: 8
    Last Post: 06-27-2008, 02:20 AM
  2. Problem with linked list ADT and incomplete structure
    By prawntoast in forum C Programming
    Replies: 1
    Last Post: 04-30-2005, 01:29 AM
  3. Generic Host Proccess Shutdown
    By Tommaso in forum Tech Board
    Replies: 8
    Last Post: 08-14-2003, 11:18 AM
  4. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM
  5. ADT Initialization/Passing of Array from Friended ADT
    By Wiggin in forum C++ Programming
    Replies: 1
    Last Post: 04-27-2002, 12:45 AM