Thread: Table Help

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    2

    Question Table Help

    Hello


    I need to create a table in C++

    a table that contain different types of variables

    The first coloumn will be a string (Name) other columns may contain numbers, Time, String,...

    ----------------------------------------------------------
    | Name | Data Rate | Time Of Arrival |

    ----------------------------------------------------------


    I need this table to be Dynamic so I can add or delete rows when I want.

  2. #2
    Registered User Cpro's Avatar
    Join Date
    Oct 2006
    Posts
    149
    Perhaps you could use a two dimensional vector, using a struct to hold different types of data.
    IDE - Visual Studio 2005
    Windows XP Pro

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Writing array, to file
    By zootreeves in forum C Programming
    Replies: 9
    Last Post: 09-08-2007, 05:06 PM
  2. progarm doesnt compile
    By kashifk in forum Linux Programming
    Replies: 2
    Last Post: 10-25-2003, 05:54 PM
  3. extra word printing
    By kashifk in forum C++ Programming
    Replies: 2
    Last Post: 10-25-2003, 04:03 PM
  4. inputting words from a file
    By kashifk in forum C++ Programming
    Replies: 5
    Last Post: 10-24-2003, 07:18 AM
  5. help with operator <
    By kashifk in forum C++ Programming
    Replies: 1
    Last Post: 10-21-2003, 03:49 PM