Search:

Type: Posts; User: Samthere

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,271

    Re: Every token to a string?

    If the words are separated by spaces and you split around spaces you'll get an array of words.

    E.g. if we have:

    String example = "This is an example string. What do you think?";
    String[]...
  2. Replies
    2
    Views
    1,497

    [SOLVED] Re: Problems with Sockets

    Good news is: I seem to have fixed the problem.
    Bad news is: I'm not really sure how. :D
  3. Replies
    2
    Views
    1,497

    [SOLVED] Re: Problems with Sockets

    I've had limited success using flush(). Messages now get through, but I still lose information, particularly when several messages are queued in a row.
  4. Replies
    2
    Views
    1,497

    [SOLVED] Problems with Sockets

    I'm having some trouble with sockets not communicating properly. I wrote out some example code to try to target the problem but it's only confused me further.

    I wrote two example classes,...
Results 1 to 4 of 4