Thread: need help to make a table plz

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    1

    Smile need help to make a table plz

    i'm almost new on programming ;i couldn't find what i wanted by searching;
    how can i make tables in consule?is there a header file to help?
    tables that have lines and can get data later somewhat like excel
    .

  2. #2
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Erm you can either draw it using basic functions, or read it from a text file into the console.

    Learn about file IO but if that is to advanced, then learn about functions like setw() and setiosflags() and also about 2 dimensional arrays.
    Double Helix STL

  3. #3
    Or working on it anyways mramazing's Avatar
    Join Date
    Dec 2005
    Location
    Lehi, UT
    Posts
    121
    you would probably need to read from a file like swgh said. if you wanted to read from excel there is no easy way to do it in c++. Also as swgh said you should look into file I/O. Every beginning c/c++ book has stuff on it. Further more this site has a good basic tutorial on file I/O
    -- Will you show me how to c++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dictionary in C# to hash table in C?
    By dinoman in forum C Programming
    Replies: 2
    Last Post: 04-12-2009, 09:23 PM
  2. Duplicate at Hash Table
    By DarrenY in forum C Programming
    Replies: 1
    Last Post: 05-10-2007, 02:31 AM
  3. trying to make a KenGen ( for a game tool )
    By lonewolfy in forum C# Programming
    Replies: 4
    Last Post: 03-28-2007, 08:23 AM
  4. Win32 Common Controls in C++, how do i make and use them?
    By C+noob in forum Windows Programming
    Replies: 6
    Last Post: 01-09-2006, 11:53 AM
  5. how do i make a mathematical table using loops.
    By gad n' gaz in forum C Programming
    Replies: 13
    Last Post: 10-18-2005, 02:15 PM