- Feb 20, 2002
- 2,334
- 37
- 91
Hey guys, I'm taking an intro level C++ class and I'm having a bit of a problem. There is some extra credit on a recent assignment that requires me to pass a vector to a function and have the function do the data inputting (prompting the user and such). I know how to do this for an array; however, I'm not sure how similar this process is when dealing with a vector. It also happens that my school (Penn State) has casterated my book by making an exculsive PSU copy that ommits the more advanced chapters on vectors. Anyone want to give me a clue or recomend me to a good C++ site? I have the program working perfectly without the function (this is the non extra-credit version).
