No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
I've used IComparer before but I seem to be getting an odd issue where I'm not getting the second argument to my Comparer function. [CODE] internal class FreePtrCompare : IComparer<File> { int IComparer<File>.Compare(File x, File y) { int a = x.fsPos; //Free space pointer of file 1 int b = … | |
Ok this is driving me nuts. I'm working in C++ and trying to delete an element from a vector It's going something like this (dirPath is a stack of directories, and dirPtrs the list of what a directory points to) [CODE] for(int i = 0; i < dirPath.top().dirPtrs.capacity(); i++) { … | |
Re: Try adding system("pause"); to the end after you print out the grade. My guess is that it's working properly, but it runs and prints out all the information then closes not giving you a chance to look at the output. That line basically tells the command line to stay open … | |
Re: what do you mean no "post" Does it boot to a bios screen? | |
Re: hmm...well if you can boot into safe mode, I'd boot into safe mode with command prompt. (One of the boot options when you press f8) and do a chkdsk on the main drive. My just got done working with my friend's computer who had issues with his hard drive, and … | |
Re: This is actually an instance of the yellow triangle virus (not joking) I've heard of it happening to people but am unsure how to fix it. Basically the virus puts that yellow triangle there and it pops up saying your antivirus may be out of date and then screws up … | |
Re: When you say you cleaned it, what did you use to clean it? | |
Re: do you have any other info, or maybe a picture of the screen where it gets stuck...it's kind of unusual for that to happen without an error code of some sort, especially on asus motherboards. Is there an audible noise the machine makes as an error code? | |
Re: The way shared memory works is the machine is given a certain amount of ram, then the video card in the computer shares part of the ram which therefore allows it to run cheaper, but also leaves you at a disadvantage as to how much ram you can devote to … | |
Ok, I had a lab assigned to me which detailed many different situations in which I had to use recursion in order to solve them. Most of them were pretty simple. However I've been stuck on this Palindrome problem for hours. I know most people's Palindrome issues are with proving … | |
Re: I had a similar issue with a machine I built...If you remove the power cable from the machine, press power, wait a few seconds, then press power again, plug in the cable and try to turn the machine on, will it boot then. If it does boot then, it is … | |
Re: In the bios do you give boot priority to the cd-rom drive over the hard drive? |
The End.