istream and variable types using templateI want to read in either a bunch of int or a bunch of double, which is why I'm using a template. The...
istream and variable types using templateI'm using istream to get 'general' input from the user (maybe from a file, from keyboard, etc.) usin...
New to FUNCTIONSyour math is "wrong" because you still haven't fixed totalSum, which needs to be inside your for loo...
output from a template (using vectors)definitely not empty. I tried iterating it earlier using just integers in a different function using...
New to FUNCTIONSyou should also put line 19 inside your for loop to actually add them all up (as previously mentione...
This user does not accept Private Messages