Forum: C++ Nov 11th, 2008 |
| Replies: 1 Views: 1,425 I cant get this code to work it searches and finds the answer, but it gets an error once you search it. Heres the assignment.
#include <iostream>
#include <iomanip>
#include <cstdlib> ... |
Forum: Windows NT / 2000 / XP Nov 1st, 2008 |
| Replies: 10 Views: 950 Did everything and the drive looks fine and still getting an error |
Forum: Windows NT / 2000 / XP Oct 31st, 2008 |
| Replies: 10 Views: 950 well I tested the hard drive on another pc and it worked fine, but idk what hardwares messed up with it |
Forum: Windows NT / 2000 / XP Oct 31st, 2008 |
| Replies: 10 Views: 950 Took all PCI cards out still no go. |
Forum: Windows NT / 2000 / XP Oct 31st, 2008 |
| Replies: 10 Views: 950 I did a complete factory restore and I couldnt tell you its not mine |
Forum: Windows NT / 2000 / XP Oct 31st, 2008 |
| Replies: 10 Views: 950 Alright I cant figure this one out and need help.
I am working on a computer that when you turn on it comes up all you have to choose is
safe mode
safe mode with networking
safe mode command... |
Forum: C++ Oct 22nd, 2008 |
| Replies: 3 Views: 399 Whats the function supposed to do though? |
Forum: C++ Oct 22nd, 2008 |
| Replies: 3 Views: 399 Its not so much help that I need I just dont understand what my teachers asking. Anyone know? |
Forum: C++ Oct 15th, 2008 |
| Replies: 5 Views: 455 Well I finished and turned it in, but if you want to take a swing at it.
http://www.glennstevenson.com/c++online/syllabus/midtermfall2008/midterm.html |
Forum: C++ Oct 14th, 2008 |
| Replies: 5 Views: 455 alright the only problem I noticed I am having now is when they lose having it take a dollar away go back to the loop so it asks them if they want to play again. |
Forum: C++ Oct 14th, 2008 |
| Replies: 5 Views: 455 Alright I have been working on this game for like a week or 2 now, but I am having some trouble towards the end.
Heres the code I have gotten so far:
#include <iostream>
#include <ctime>... |
Forum: C++ Oct 11th, 2008 |
| Replies: 3 Views: 665 Thanks alot :)
hmm there still seems to be a little problem. Heres how it plays out.
Welcome to the guess-o-matic. It only costs a dollar to play. You could double y
our bet.
Do you want to... |
Forum: C++ Oct 11th, 2008 |
| Replies: 3 Views: 665 Alright I know you dont help on homework, but I have don't so much I just need a little guidance on the ending. I just need to make my number guessing game ask the user if they would like to play... |
Forum: C++ Sep 30th, 2008 |
| Replies: 12 Views: 840 |
Forum: C++ Sep 30th, 2008 |
| Replies: 12 Views: 840 Alright I made it work now, but I need help making it be able have a bigger number first. Heres what I have so far. Can anyone help?
#include <iostream>
using namespace std;
int sumTo(int, int);... |
Forum: C++ Sep 30th, 2008 |
| Replies: 12 Views: 840 I am having trouble still understanding your code :( sorry I am just a beginner trying my best to learn. Could you explain it a little better please |
Forum: C++ Sep 30th, 2008 |
| Replies: 12 Views: 840 I have been working on this assignment for a while and cant get the end result to work. Can anyone help?
Assignment
What I have so far. |
Forum: C++ Sep 18th, 2008 |
| Replies: 1 Views: 2,202 I am trying to get my homework assignment to work for class, but I cant seem to get it. Heres the assignment.
Seems not to bad doesnt it? Well I have been working for a while and it still... |
Forum: C++ Aug 22nd, 2008 |
| Replies: 6 Views: 742 Thanks so much I finally got it working :) |
Forum: C++ Aug 21st, 2008 |
| Replies: 6 Views: 742 I am still a beginner so please bear with me, but I am stuck with the
/* check haveError variable */
part. |
Forum: C++ Aug 21st, 2008 |
| Replies: 6 Views: 742 I would like to use one, but I am not sure how if you could help me out that would be great. |
Forum: C++ Aug 21st, 2008 |
| Replies: 6 Views: 742 Ok I have been working on a basic calculator for C++. The only problem is that I don't know how to make it so if you divide by 0 it couts something. Anyone help. I know it would be possible with... |