Recent content by char00les

  1. C

    Does anyone know how to read a .ps file?

    Better yet, use notepad. If you want a better editor I would suggest Notepad++. Work's with everything. Download here: http://notepad-plus.sourceforge.net/uk/download.php
  2. C

    Java Java Keyboard Reader: V1.3 to Newest Version

    Sure...you could copy and paste it here. I take a look at it. See what's up. FYI: I'm a intermediate java and c++ programmer.
  3. C

    Java Java Keyboard Reader: V1.3 to Newest Version

    BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); I believe this is what you need. Are you planning to run your program using the cmd or gui?
Back
Top