Search:

Type: Posts; User: helloworld922

Search: Search took 0.08 seconds.

  1. Re: Living Without cin... or Pointers (A Thread About Java Text Adventures!)

    Sorry, I kind of combined several operations into one line.

    The code can be expanded into several lines for a clearer picture:


    // declare 3 variables: sc, player_name, and p1
    // note: the...
  2. Re: Living Without cin... or Pointers (A Thread About Java Text Adventures!)

    Java was designed to be used in an Object-Oriented manner as much as possible. This means things such as "globals" don't exist. There are ways to simulate globals, but you should really avoid using...
Results 1 to 2 of 2