• Users
  • Programmingaddict

User profile: Programmingaddict

User info
User name:Programmingaddict
History
Joined:
Number of posts:17
Latest posts:

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
I 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 end
Thank you so much

While loop won't end
I tried using loop = false, break, and continue under the else statement, I was just showing all thr...

While loop won't end
I've tried 3 different ways to end the loop and none have worked. It just scrolls. [code] #incl...