Recent content by cworrier

  1. C

    C/C++ How can I store and retrieve user input in a C++ program?

    Thanks to all of you for you words, and I realize now I should have posted the design plan in with it. I actually figured out how to get what I needed. I was over-thinking the whole thing and all I really needed to do was include my menu and the switch statements I developed in a do-while loop...
  2. C

    C/C++ Guide to C++ Programming For Beginners

    I suppose I may have posted this out of place, but it seemed to go beyond the tutorial. Here it is again. I've been trying for days to get my boyfriend's C++ program to work, and I am almost ready to concede defeat, but I have frequented this site in the past as a lurker, actually learning a...
  3. C

    C/C++ How can I store and retrieve user input in a C++ program?

    I've been trying for days to get my boyfriend's C++ program to work, and I am almost ready to concede defeat, but I have frequented this site in the past as a lurker, actually learning a lot of what I know from the tutorials (thanks!). Now, I have a problem I just can't seem to solve. The...
Back
Top