User profile: makaveli23

User info
User name:makaveli23
History
Joined:
Number of posts:18
Latest posts:

output numbers from a set of list that weren't used
This is one part of my program, I need a loop that checks through the input(specifically the agent n...

still need help asap ,program runs twice, dont know how to stop the loop
if i change the code to this: [code] int value = 0; int total = 0; while (ins >> choice) { ...

still need help asap ,program runs twice, dont know how to stop the loop
i think my program is running twice , im not sure why , in my data file i have "2" and my result is ...

still need help beginner function, program running in loop now
thanks , that fixed the problem

still need help beginner function, program running in loop now
i got that to work now , but now my functions are repeating even though i have the while (!ins.eof()...