Forum: Windows NT / 2000 / XP Sep 16th, 2005 |
| Replies: 2 Views: 4,431 |
Forum: Windows NT / 2000 / XP Sep 16th, 2005 |
| Replies: 3 Views: 1,457 |
Forum: Windows NT / 2000 / XP Sep 16th, 2005 |
| Replies: 3 Views: 1,457 I have an HP Pavilon ze5200, and I wanted to know what happens if I press the 'reset' button that is under the Computer. |
Forum: Windows NT / 2000 / XP Sep 16th, 2005 |
| Replies: 2 Views: 4,431 Ok, I have an external Hard Drive, I already format it and I have some files in it, I want to divide the Hard Drive into two different partitions, can I do it without losing any of the data I have in... |
Forum: Windows NT / 2000 / XP Sep 14th, 2005 |
| Replies: 5 Views: 3,076 The thing is that when I go to the Device Manager the dvd/cd drive device doesn't even appear, it doesn't show a "?" or anything about a dvd/cd driver. |
Forum: Windows NT / 2000 / XP Sep 13th, 2005 |
| Replies: 5 Views: 3,076 I have an HP Pavilon ze5200, I've had it for 2 years, and about 2 or 3 months ago my cd/dvd driver disappeared, I open My Computer and it doesn't show the driver, I tried putting the recovery cd and... |
Forum: C++ Sep 11th, 2005 |
| Replies: 3 Views: 1,402 Ok thanks that helped, I got it working now. I don't know why i put endl in the cin, but I got it now thanks. |
Forum: C++ Sep 11th, 2005 |
| Replies: 3 Views: 1,402 I'm writing this program for a class and when I tried to compile it I get an error can anyone help me out I can't see to find the problem.
Here is The program with the error:
1: #include... |
Forum: Windows NT / 2000 / XP Jul 2nd, 2005 |
| Replies: 3 Views: 3,777 |
Forum: Windows NT / 2000 / XP Jul 2nd, 2005 |
| Replies: 3 Views: 3,777 Hi, I have a question, what happens if i delete all the Temp files?, not the Internet Temporary Files but the Temp Files, the thing is that I'm running ZoneAlarm Antivirus and it says that there are... |
Forum: Windows NT / 2000 / XP Feb 14th, 2005 |
| Replies: 2 Views: 1,595 |
Forum: Windows NT / 2000 / XP Feb 13th, 2005 |
| Replies: 2 Views: 1,595 I have a Windows 2000 profesional and when I turn the computer on it asks me to type in a username and a password, I put the user name and the password and it says that the old password has expires... |
Forum: C++ Feb 11th, 2005 |
| Replies: 6 Views: 1,939 |
Forum: C++ Feb 11th, 2005 |
| Replies: 6 Views: 1,939 Item Letters [MAX_ITEMS];
for (int i = 0; i < MAX_ITEMS; i++)
letters[i] = Item();
this do I put it in the lab.cc source code where the main is or in the list.cc where the while loop starts,... |
Forum: C++ Feb 11th, 2005 |
| Replies: 6 Views: 1,939 This is what comes put when I try to run the program in the debuger.
Program received signal SIGSEGV, Segmentation fault.
0x080487eb in insert (List=0xbffffb78 "(some numbers and signs),... |
Forum: Windows NT / 2000 / XP Feb 10th, 2005 |
| Replies: 16 Views: 9,717 Ok when you go to control panel on the menu on the first column the last option says performance and maintenance clic that and then on the left should appear the system restore option. |
Forum: Windows NT / 2000 / XP Feb 10th, 2005 |
| Replies: 16 Views: 9,717 go to control panel clic where it says computer mantainance, where it shows like a pie graph, and then on the upper left corner it says system restor or something like that.
hope it helped you a... |
Forum: Windows NT / 2000 / XP Feb 10th, 2005 |
| Replies: 16 Views: 9,717 what computer system do you have? |
Forum: C++ Feb 10th, 2005 |
| Replies: 6 Views: 1,939 Ok, I've been trying to find and solve the problem with this source code by using the ddd debuger and I just can't. Here is the code.
//lab1.cc, a driver for list.cc
//CSCI 1120
//Will Briggs
... |
Forum: C++ Oct 25th, 2004 |
| Replies: 1 Views: 1,413 I have to write this program that prompts the user for the size of the tiles in inches and the number of rooms to be input. It should then input the dimensionsfor each room, and output the tiles... |
Forum: C++ Sep 27th, 2004 |
| Replies: 36 Views: 11,677 I have to write a program that inputs 12 temperatures and the difference of the current and the one preceding it, and I have to write it to a file "out.dat", I have tried writing it using cin, and... |