Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

12 Posted Topics

Member Avatar for sparksterz

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 = …

Member Avatar for sparksterz
0
143
Member Avatar for sparksterz

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++) { …

Member Avatar for sparksterz
0
365
Member Avatar for yuha

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 …

Member Avatar for csurfer
0
150
Member Avatar for webstrand
Member Avatar for loki_
0
174
Member Avatar for niknavin

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 …

Member Avatar for MK1505
0
139
Member Avatar for sambokiddo

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 …

Member Avatar for windowxp
0
151
Member Avatar for JD4121
Member Avatar for Erithtotl

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?

Member Avatar for jganesh
0
135
Member Avatar for hisoka

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 …

Member Avatar for sparksterz
0
150
Member Avatar for sparksterz

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 …

Member Avatar for jwenting
0
146
Member Avatar for emerrita

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 …

Member Avatar for emerrita
0
335
Member Avatar for lindse47
Member Avatar for taterlegs
0
60

The End.