User profile: bluemoon3701

User info
User name:bluemoon3701
History
Joined:
Number of posts:7
Latest posts:

Need help with output - Menu item number will not increase and doesn't display correctly after first iteration
My code: (line 58-62 is the problem) [code] #include<iostream> #include<fstream> #include<iomani...

Need help with output - Menu item number will not increase and doesn't display correctly after first iteration
My code: (Line 58-62 is the problem) [code] #include<iostream> #include<fstream> #include<iomanip> #...

Need help with the void Dequeue function (last function)
In this program, you will implement a FIFO or FCFS Queue. The data: 1) Define a structure named ...

Having trouble with sections f &g
You're right. Thank you. I think I finally got it. [code]#include<iostream> #include<ctime> #incl...

Having trouble with sections f &g
Got it. Had to reopen the files. Now working on printing out 10 each line. Thank you for your help. ...