Search:

Type: Posts; User: drummerp

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    5,250

    Re: Which IDE would you recommend?

    I'd suggest NetBeans. It takes a bit of time to get used to, but not much, it has a built-in GUI Builder (plugin), optional support for PHP and C/C++, compiles straight to a JAR, and has support for...
  2. Re: How do I stop or kill a running thread when a condition is true

    Just add a bit in the run method to deal with the interrupted flag...
  3. [SOLVED] Re: why does this code print 0.0 for the value and "F" as the letter grade?

    One problem you might run into, is if the user enters something completely unexpected, like "rgfqerg", it'll quit, whereas it should tell the user it's bad input and ask for a yes or no answer again.
Results 1 to 3 of 3