How to take info from a text file and put it into a function and take the output and put it into a new fileI wish I was allowed to do that, but he wanted the function but didn't tell us the parameters of how...
How to take info from a text file and put it into a function and take the output and put it into a new file[code] #include <iostream> #include <fstream> #include <string> using namespace std; floa...
While loop won't endThank you so much
While loop won't endI tried using loop = false, break, and continue under the else statement, I was just showing all thr...
While loop won't endI've tried 3 different ways to end the loop and none have worked. It just scrolls. [code] #incl...