Hello again.
I have another conundrum on my hands. At the moment I am trying to program a simple flowchart of an ordering system of sorts. At one part, the program will ask the user for his/her name, then continue on. Later on, the user will place an order, and at the end the program will output all the previously inputted info in an invoice.
Unfortunately this is where I have hit a snag as I have no idea how do to so. I've tried tinkering around with the & pointer with no success. My prior experience is just making simple void functions, so a function that returns input later on is kind of new to me.
Would appreciate any help on this matter.