Search:

Type: Posts; User: dubois.ford

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    10,828

    [SOLVED] Re: Writing integers to a file

    Thanks that solved it. So the BufferedWriter wrtie(int c) method tries to look up the corresponding ASCII value of the int?
  2. Replies
    3
    Views
    10,828

    [SOLVED] Writing integers to a file

    Hello,
    I am simply trying to print a random integer to a text file. However when I open up the text it just shows= square shapes and not the numbers. I attached the .txt file


    public void...
Results 1 to 2 of 2