Search results

  1. nkuvu

    Whats wrong with my short C++ thing?

    For file IO, use ifstream and ofstream data types. // I think it's fstream, can't 'member for sure #include < fstream > int main() { ifstream input_file; ofstream output_file; int stuff; // All of my references are at work and I'm kinda fuzzy headed // right now...
  2. nkuvu

    Whats wrong with my short C++ thing?

    Put the whole shebang in a while loop. Pseudo code (I've been programming in Perl a lot, so double check syntax before you use this code): while (valid_input == false) { cout << "Enter your class: "; cin >> classname; switch (classname) { case 'A': the_class =...
  3. nkuvu

    new adobe thread - expired serial number

    Good luck. It's relatively easy to prevent your personal info from being on the web from this point forward, but it's really hard to remove any info that is already out there.
  4. nkuvu

    Next iApp?

    To raise a mild argument: I said that the last time I checked, the accuracy was so bad (75% reliability) that it wasn't feasible. Obviously that's not the case now (90-97% reliability). So I sit corrected. :)
  5. nkuvu

    What would you give...

    I think that Ed's position would be the same if you said "Well you're an idiot!". Idiot is not an offensive word per se. It's the alleged attack. That's what he's talking about, and I agree with him. Heck, it's not even always clear to us (the not-so-new members) when you're joking or not...
  6. nkuvu

    new adobe thread - expired serial number

    solrac, does the word *plonk* mean anything to you?
  7. nkuvu

    Klez virus strikes the PC world.

    The default setting for Windows is to hide the extensions for "known" extensions. So exe would normally be hidden and the filename would look like whatever.jpg -- of course, jpg should also be known, so it would be hidden also. When I'm working in Windows, I reset it so that it shows all...
  8. nkuvu

    The Acronym Thread

    Man, Another Ridiculous Acronym That's High On Nothing. SPORK
  9. nkuvu

    The Acronym Thread

    Potatoes On Steroids Infest Xaqintosh MOOF
  10. nkuvu

    My Calculator App[

    RPN == Rotating Plug Nozzle? Or maybe Radio Philippines Network or Reset Petri Nets or Registered Psychiatric Nurse or just perhaps maybe Reverse Polish Notation? :p
  11. nkuvu

    The Acronym Thread

    Silent Clams Stalking Individuals SQUISH
  12. nkuvu

    Next iApp?

    I'm not saying that these problems are insurmountable. Just that the last time I checked (which admittedly was a while ago) voice recognition software was running around 75% accuracy. The additional time required to proof your text would make voice dictation longer than a fast typist could...
  13. nkuvu

    EnGGGGGEERRLLLAAAaaanNNDDDDDD!!!!!

    Uhm, silly question, but since when does England have an "er" in it? ;)
  14. nkuvu

    Next iApp?

    There are significant problems to speech recognition. Say the following out loud: Youth in Asia Euthanasia They sound identical. How can you tell which one to use? Context works great for humans, but it's a sticky wicket for computers. This is only one example. (One? Won? How can...
  15. nkuvu

    Programs running while logged off?

    Probably. Oh, you wanted a more explicit answer? I know that in Unix you can send a process to the background, in which case it is either suspended or running, depending on how you sent it to the background. When you log out it's still running (or suspended). I'll do some...
  16. nkuvu

    !! New Forum Coordinator

    No, this thread is normal for MacOSX.com. Where have you been? :D
  17. nkuvu

    Have I missed something? If x.2 is codenamed Jaguar, what is 10.0 to 10.1.5 codename?

    Godzilla!! :D No, that's just a joke, not based on any information outside of my own head...
  18. nkuvu

    Next iApp?

    I like the iOwe program, Ed. Nice idea. How about an iLikeToSurfTheNetWithoutMicrosoft web browser? ;) Oh, is this supposed to be a "reality" thread? Sorry, got off track there...
  19. nkuvu

    My Calculator App[

    "We're sorry, that page blew up" Or, er, more along the lines of a 404. Another link, perhaps?
  20. nkuvu

    !! New Forum Coordinator

    Are there parachutes available? Oh, wait, lemme guess. For a $3246.45 fee (and please have the exact change), right?
Back
Top