Recent content by char00les
-
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- char00les
- Post #4
- Forum: Computing and Technology
-
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.- char00les
- Post #5
- Forum: Programming and Computer Science
-
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?- char00les
- Post #2
- Forum: Programming and Computer Science