So with the help of the guys here I've managed to create a vector that stores information into a txt file.
The system function as stated below, Staff can
1) Add station (no limitation to how many can be added, station info consists of 4 strings and 1 int that have to be added)
2) View Stations (simply read the station txt file above)
3) Edit stations
The issue I'm currently facing is editing the stations. I would like to do so through the command prompt, I am not sure how exactly this will be accomplished. If the user simply drags the mouse over to the information he would like edited and starts removing/adding information that would be ideal.
@Repeater I think I understand what your saying but no matter what I do theres always something wrong with the code, it either add on new information without removing the old or a flood of error come pouring down on me.
Been trying to solve this issue for a couple of days now.
I apologize for not replying sooner, I just didn't have anything to update you with.
At this point would anyone mind, writing out the code. I'm burnt out and would love nothing more then to understand it by actually looking at the code.