Thread: Help designing data structure

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    101

    Help designing data structure

    Hello!

    I'm trying to learn data structures in C++. I wanted to implement the diagram http://i84.photobucket.com/albums/k3...dataStruct.png

    I know how to this in Java but in C++ I'm sure about
    A- data types for the list of references,
    B- how should I make this references (pointers?) and
    C- if I should have nested classes.

    Please give your 2cents.
    Last edited by kotoko; 12-30-2010 at 04:35 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Packet Container Class
    By ChaoticXSinZ in forum C++ Programming
    Replies: 2
    Last Post: 11-01-2010, 12:07 AM
  2. pthread question how would I init this data structure?
    By mr_coffee in forum C Programming
    Replies: 2
    Last Post: 02-23-2009, 12:42 PM
  3. HUGE fps jump
    By DavidP in forum Game Programming
    Replies: 23
    Last Post: 07-01-2004, 10:36 AM
  4. C diamonds and perls :°)
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-16-2003, 10:19 PM
  5. Dynamic Data Structure -- Which one is better?
    By Yin in forum C++ Programming
    Replies: 0
    Last Post: 04-10-2002, 11:38 PM