Forum: C++ Mar 16th, 2009 |
| Replies: 2 Views: 339 Thanks for the help, but I've talked to the professor and he cleared it up! |
Forum: C++ Mar 16th, 2009 |
| Replies: 2 Views: 339 Here is the whole project (http://dl.getdropbox.com/u/297962/Lab7.zip), in a zip file. I'm having trouble getting the delete function to work. I can delete head just fine, but when I try to delete... |
Forum: C++ Feb 24th, 2009 |
| Replies: 4 Views: 369 Thank you for helping!
Well, the code has gone though alot... and now I'm getting an error that has to do with the "template <class LE>" headers... I don't have a clue, truthfully. Tomorrow I'll... |
Forum: C++ Feb 23rd, 2009 |
| Replies: 4 Views: 369 I'm having trouble with a school project. This project runs on commands inputted though the terminal. The problem I'm having is that when I type in the commands: "+a +b +c +d" (insert a, b, c, d) the... |
Forum: C++ Jan 21st, 2009 |
| Replies: 8 Views: 445 Thank you for the replies!
As I said, this is for a class, and test1.cpp and logbook.h were not supposed to be changed. But, to debug, I started testing different things to see where the screw up... |
Forum: C++ Jan 20th, 2009 |
| Replies: 8 Views: 445 a. I WOULD do this, but the only file I can change is logbook.cpp. The other two are provided as default.
b. That was debug! I noticed it right after I posted it.
c. MAXDay was a debug thing... |
Forum: C++ Jan 20th, 2009 |
| Replies: 8 Views: 445 Oh, that is bad code, need to remove the " int day = 1;" line in putEntry and GetEntry. |
Forum: C++ Jan 20th, 2009 |
| Replies: 8 Views: 445 here is a link to logbook.h (http://cns2.uni.edu/~wallingf/teaching/052/lab/lab01/logbook.h) and here is a link to test1.ccp... |
Forum: C++ Jan 20th, 2009 |
| Replies: 8 Views: 445 This is for a class. Two of the files are provided, and I need to write the third.
I'm having trouble with a constructor in a class. The constructor is called with 'Logbook testLog(month,year)'... |
Forum: C++ Oct 31st, 2008 |
| Replies: 3 Views: 418 um. yeas.
So I DID NOTHING to the code, except let a friend look at it and uncomment the hated stupid section... and it worked. Stupid.
Thanks for looking! |
Forum: C++ Oct 31st, 2008 |
| Replies: 3 Views: 418 My code, in 'full' (only 89 lines, lol) is here (http://avaviel.com/temp_host/Ed.Edd.Eddy.html). My input file is here (http://avaviel.com/temp_host/ja.cho.cho.nf0.txt) and (for kicks and giggles) my... |
Forum: C++ Oct 21st, 2008 |
| Replies: 12 Views: 1,297 I've gotten the program to be how I like it! Sorry I took so long, but if you are interested, here is the code:
// CPSC 111 10.07.08 Assignment #4
// Paul Little III
// Program File: shell.cpp... |
Forum: C++ Oct 18th, 2008 |
| Replies: 12 Views: 1,297 It worked in Visual 2008 express. I reposed the code to the website... maybe I made a copy mistake.
And chococrack, I don't quite understand what you did. Can you explain it? I don't want to... |
Forum: C++ Oct 18th, 2008 |
| Replies: 12 Views: 1,297 http://codingforcplus.googlepages.com/revision4
I got it to work! Here was my solution:
I set the value as true after each time it was correct, in the case sections. If it was not correct, the... |
Forum: C++ Oct 18th, 2008 |
| Replies: 12 Views: 1,297 Ok, I've been doing some work one the code. I don't like posting all of that at once (... and I jsut read the sticky! I read the one about school work, but not that one ^^) so I found something that... |
Forum: C++ Oct 18th, 2008 |
| Replies: 12 Views: 1,297 This program is supposed to take input from a file, for a bank. First is the account number, next is the checking or savings type, the minimum balance, and then the account balance. Depending upon... |
Forum: C++ Oct 17th, 2008 |
| Replies: 12 Views: 1,297 I'm having trouble with a program with class.
When it runs, on the screen and on the file it shows one output, the last one in the input file. It USED to work, untill I tried to get fancy and add... |