Forum: C++ Nov 17th, 2004 |
| Replies: 6 Views: 13,982 Hi,
This is really a logic problem more so than a stright up C++ problem.
For class I have written a program that takes dates from a text file and then finds the number of days from January 1st... |
Forum: C++ Nov 7th, 2004 |
| Replies: 2 Views: 14,542 I fixed the end of file error (added a missing curley brace at the end of the program) but then I got an error for passing an un-initialized variable to a function so I just initialized my numsection... |
Forum: C++ Oct 31st, 2004 |
| Replies: 2 Views: 14,542 Hi,
I'm working an a project that must take a text file (provided to us, in.txt) that has the scores of students from different sections on different labs. You can view the assignment page at:... |
Forum: C++ Oct 20th, 2004 |
| Replies: 9 Views: 4,230 Oh and the reason the switch statement is commented out is that I was trying to see if the problem somehow had something to do with the switch statement so I made the function call outside of the... |
Forum: C++ Oct 20th, 2004 |
| Replies: 9 Views: 4,230 I'm still working on this same assignment and have made progress but I'm getting an error when I try to call my addFraction function and have no idea why I'm getting it (hopefully it's something... |
Forum: C++ Oct 17th, 2004 |
| Replies: 9 Views: 4,230 Yeah, I do go to Western Michigan. Thanks for the help.
-Scott |
Forum: C++ Oct 17th, 2004 |
| Replies: 9 Views: 4,230 If it was that way I would have no problem but the way this program has to work the user will input both numbers on the same line seperated by a space so it's not quite so easy.
thanks anways... |
Forum: C++ Oct 17th, 2004 |
| Replies: 9 Views: 4,230 Hi,
For class I have to write a program that performs mathematical operations onto fractions. I'm really drawing a blank as far as how to setup the function that reads the fractions inputed by the... |
Forum: C++ Oct 6th, 2004 |
| Replies: 3 Views: 4,338 Thanks fahad. The code works great and makes total sense.
thanks again,
-Scott |
Forum: C++ Oct 6th, 2004 |
| Replies: 3 Views: 4,338 Hi, I'm working on a program that will allow the user to input an integer between 1 and 999 and display the numbers as shown by the example of inputing 3 which would result in the output below.
... |