Recent content by Walleye

  1. W

    Multiple Hard Disk Activity LED's?

  2. W

    What Computer Case Do you like the best??

    I personally like the Tt. i just wish it had a square window instead of that ugly X thing. oh well, i never see that side of the computer anyway :P
  3. W

    How long does Newegg take to deliver with fedex saver shipping?

    if i order early 1 day, it's to me by 3:00 PM the next day. that's with super saver shipping. (i never use any other shipping from newegg :D living in san diego rocks for that purpose, but sucks otherwise :P)
  4. W

    How Do You Pronounce "Lian Li"

    leeannlee
  5. W

    oy...10000000 conditional statements...

    woooooot... i finished... least i hope so. got some wierd compile error at the end, told it screw you, deleted the make file and all the other crap, imported all the files into another new project. no compile errors, and it works perfect :D EDIT: unfortunately, it kicked my ass at...
  6. W

    oy...10000000 conditional statements...

    doh, sorry, C++. ya, it's a school project. basically, it's game War. each player has 3 cards, and play till deck is exhausted. as they play, they get more cards. human player is allowed to choose whatever cards they want. currently, machine player draws a random card of his 3 cards...
  7. W

    oy...10000000 conditional statements...

    anyone know how to do this without resorting to the ugliness that is a bunch of if statements? i need to compare 4 ints. 3 in 1 situation, and 4 in the second situation. maybe i should explain the prompt a little better.... this is a game of the cardgame War... i'm writing the...
  8. W

    Refrigerator Case - electronic cooling

    ya, sounded like that to me too. (talking about vortex tubes now) it's really impressive (at least to me) that they can separate hot and cold air just by blowing it into a tube. though you might not like the idea of a high pressure high velocity hot air stream being randomly blown into...
  9. W

    Best case for under $100?

    i'm gonna be building a new rig in about a year... if nothing better comes out by then, it'll go in an antec slk-3700 BQE
  10. W

    Rambus Ram, confused, help if you can...

    because we were dumb to invest in the initial launch, and are pissed that it flopped. the machines we still have work for our purposes currently, and we wont be upgrading beyond them yet. (running 4x256 pc1066 Rambus)
  11. W

    went from 3400+ to 3200+ should i go to 3000+

    guy at frys is an idiot. never trust salespeople. on die memory controller, improved cache timings, more done per clock cycle on the 64 chips. check benchies...even in 32 bit, 3200+ a64's stomp 3200+ bartons.
  12. W

    little help with vectors... (c++)

    ya. multiple words in an 80 character char array. i need to break em up by spaces into individual words, to store in a vector of strings. (that way, i can flip em around and type em back out real easy... not very practical, but it's what the prompt asks for..)
  13. W

    little help with vectors... (c++)

    alright, i'm having a new problem. i'm trying to turn a char array into strings of words that are in the char array. i used the getline function to read a user inputted line of code... now i have to turn that line of code into a vector of strings. rather embarrasingly, the only way i...
  14. W

    little help with vectors... (c++)

    alright, i just did it the dirty way i described... wasnt that bad. i'll have more questions later :P
  15. W

    little help with vectors... (c++)

    alright... i'm looking for a more elegant way of doing this than what i have in mind currently. okay.... i have a vector of strings. i need to find a certain string's location within the contents of the vector, and return that location as an integer. i just want to know if there's any...
Back
Top