c++ Login Details little assistance

Discussion in 'C++' started by k ie, Sep 4, 2010.

  1. k ie

    k ie New Member

    Joined:
    Sep 4, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Im not the greatest of experienced c++ programmers, but i know alot of the basics.

    im going to be creating a text based game as my first major project in c++.
    Im wanting to create a login and information storage feature.

    What would be the best way of going about this?

    I tryed Creating an Array first but got confused, then i tryed making a structure array if possible.

    Eg
    int x = 10;
    struct UserAcc[x] {string Username[12]; string Password[12];};

    x beign the account limit.


    Also Is it possible to link all these into excel? what would i need to read up on to do that.
    i know how to write text to notepad, and save the file but thats as far as i go.
    Im needing to save seperate user details to a file and have them recalled.
    is this possible.

    I dont want a full on spoon feed, just pointing in the right direction would be nice.

    Aprreciate any help.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice