Forum: C++ Feb 11th, 2008 |
| Replies: 8 Views: 852 After working with it for a while, I think I have found the answer to your problem. If you use string stream to buffer the input for the hours worked then store that to the provided variable I... |
Forum: C++ Feb 11th, 2008 |
| Replies: 8 Views: 852 Do you mind showing me the rest of the code? I may could help, I may not be able to, but I'm willing to try. |
Forum: C++ Feb 11th, 2008 |
| Replies: 8 Views: 852 I had the same issues with one of my codes. I am no c++ expert so I cannot explain definite reasons but when I used getline() following the use of cin >> variable the getline was skipped, I found... |