User profile: Marty86

User info
User name:Marty86
History
Joined:
Number of posts:6
Latest posts:

structured data writing file from function
I am modifying a previous assignment program to add 2 more menu items. 1 additional menu option to w...

Store mulitlpe variables using for loop in function?
Heres what I came up with. The only problem I have is that if I call the highestNumber function befo...

Store mulitlpe variables using for loop in function?
Thanks for the help TarikNeaj. That looks like it works fine but I need to call different function...

Store mulitlpe variables using for loop in function?
For the variable 'rating', I need to store a value for each time the loop runs to compare the inputs...

Store mulitlpe variables using for loop in function?
Thanks for the link, this should be better. [code]#include<iostream> using namespace std; // FU...