New Posts  All Forums:

Posts by FiX

Quote:Originally Posted by Tarnix Downloaded it, Piledriver CPUs are listed under "Bulldozer" 8000, as far as I can tell.Technically, there's no Piledriver CPUs listed at the moment. Bulldozer should work fine.
Quote:Originally Posted by RussianGrimmReaper i don't understand how this is relevant considering data centers are SUPPOSED to use online UPS Power gets cleaned by the UPS first, then goes to the outlet; as opposed to straight to...
Quote:Originally Posted by kennyparker1337 I thought you go from Beta release to Stable release. Naming it Final release makes it seem as though it is the last one to be made.Phaedrus and I are working on a large overhaul.
Quote:Originally Posted by ShotgunBFFL Now it just returns Ca and ignores the capitalization. I'm pretty sure its a problem with the loop in my main.It's always a good idea to be checking the bounds of an array before trying to...
Try this: Code: string DisplayAbb(string Abb) { if(Abb.length() < 3) return Abb; Abb[0] = toupper(Abb[0]); Abb[1] = toupper(Abb[2]); return Abb; }
Quote:Originally Posted by ShotgunBFFL I hate to reopen this topic, but somehow I'm getting the same error now later on in the program. I fixed the part that Chipp found and now it runs until I enter Y into my do while loop to loop...
Quote:error: unknown type name 'off_t'I'm not sure quite what the off_t type is, but that code means it can't find the data type off_t (most likely a class or struct), which may mean that an include is missing.
Practically, it is not possible. Even if you could wire it in (there is no standard interfaces internally on the PS2), the PS2 would not recognize the device without custom firmware. You would end up spending a LOT of time writing your...
Thanks tompsonn, rep+ for you We'll see how it goes with a new PSU. Uptime so far is 45 minutes
Update: I've just got a message back saying that they've replaced the power supply. I'm not sure if this has fixed it, but would still like to know the root of the BSODs just in case they are not fixed.
New Posts  All Forums: